Skip to content

Commit 8d159f7

Browse files
committed
0.18.0
1 parent c5d1963 commit 8d159f7

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ Malli is in well matured [alpha](README.md#alpha).
1616

1717
## UNRELEASED
1818

19+
## 0.18.0 (2025-05-12)
20+
1921
* **BREAKING** Output of `parse` now uses new `malli.core.Tag` and `malli.core.Tags` records for `:orn`, `:multi`, `:altn`, `:catn` etc. [#1123](https://github.com/metosin/malli/issues/1123) [#1153](https://github.com/metosin/malli/issues/1153)
2022
* See [Parsing](#parsing-values) and [Unparsing](#unparsing-values) for docs.
2123
* **BREAKING** Swagger and JSON-Schema outputs now use `.` instead of `/` (encoded as `~1`) as the separator. [#1183](https://github.com/metosin/malli/pull/1183)

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>metosin</groupId>
55
<artifactId>malli</artifactId>
6-
<version>0.18.0-alpha1</version>
6+
<version>0.18.0</version>
77
<name>malli</name>
88
<licenses>
99
<license>
@@ -15,7 +15,7 @@
1515
<url>https://github.com/metosin/malli</url>
1616
<connection>scm:git:git://github.com/metosin/malli.git</connection>
1717
<developerConnection>scm:git:ssh://git@github.com/metosin/malli.git</developerConnection>
18-
<tag>0.18.0-alpha1</tag>
18+
<tag>0.18.0</tag>
1919
</scm>
2020
<dependencies>
2121
<dependency>

0 commit comments

Comments
 (0)