Skip to content

Commit 711ca00

Browse files
authored
Merge pull request #1127 from metosin/0.17.0-prep
Changelog + test clojure 11 & 12
2 parents 4273448 + 6772a90 commit 711ca00

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.github/workflows/clojure.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
matrix:
1414
# Supported Java versions: LTS releases and latest
1515
jdk: [8, 11, 17, 21]
16-
clojure: [11]
16+
clojure: [11, 12]
1717

1818
name: Clojure ${{ matrix.clojure }} (Java ${{ matrix.jdk }})
1919

CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,17 @@ 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-
## NEXT
17+
## 0.17.0 (UNRELEASED)
1818

1919
* **BREAKING**: `:gen/fmap` property requires its schema to create a generator.
2020
* previous behavior defaulted to a `nil`-returning generator, even if the schema doesn't accept `nil`
2121
* use `:gen/return nil` property to restore this behavior
22+
* FIX: `malli.registry/{mode,type}` not respected in Babashka [#1124](https://github.com/metosin/malli/issues/1124)
23+
* Updated dependencies:
24+
25+
```
26+
fipp/fipp '0.6.26' to '0.6.27'
27+
```
2228

2329
## 0.16.4 (2024-08-30)
2430

0 commit comments

Comments
 (0)