Skip to content

Commit 6028cb0

Browse files
committed
Release v0.0.7 - "From Taiwan With Love"
1 parent 91b63d2 commit 6028cb0

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@ Versions prior to v0.1.0 are considered experimental, their API may change.
77

88
## [Unreleased]
99

10+
## [0.0.7] - 2020-09-20
11+
1012
### Fixed
13+
- A link in the documentation.
1114
- :fn with-condition in the `describe` function.
1215
Updated the minimap model to reflect that with-condition is valid for the :fn nodes.
1316
- Throw an error when a reference cannot be resolved in the model, instead of just let

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>minimallist</groupId>
55
<artifactId>minimallist</artifactId>
6-
<version>0.0.6</version>
6+
<version>0.0.7</version>
77
<name>Minimallist</name>
88
<description>A minimalist data driven data model library, inspired by Spec and Malli.</description>
99
<url>https://github.com/green-coder/minimallist</url>

0 commit comments

Comments
 (0)