Skip to content

Commit 56ed9d1

Browse files
committed
don't release
1 parent 9d705eb commit 56ed9d1

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ We use [Break Versioning][breakver]. The version numbers follow a `<major>.<mino
1414

1515
Malli is in well matured [alpha](README.md#alpha).
1616

17-
## 0.15.0 (2024-02-29)
17+
## UNRELEASED
1818

1919
* `:=>` takes optional 3rd child, the guard schema validating vector of arguments and return value `[args ret]`. See [Function Guards](docs/function-schemas.md#function-guards) for more details. Fixes [#764](https://github.com/metosin/malli/issues/764) and [#764](https://github.com/metosin/malli/issues/764).
2020

@@ -33,6 +33,12 @@ Malli is in well matured [alpha](README.md#alpha).
3333
* `m/explain` for `:=>` returns also errors for args, return and guard if they exist
3434
* FIX `m/deref-recursive` doesn't play nice with `:merge` schema [#997](https://github.com/metosin/malli/issues/997) via [#999](https://github.com/metosin/malli/pull/999)
3535

36+
* Updated dependencies:
37+
38+
```clojure
39+
borkdude/edamame 1.3.23 -> 1.4.25
40+
```
41+
3642
## 0.14.0 (2024-01-16)
3743

3844
* Better development-time tooling

0 commit comments

Comments
 (0)