File tree 2 files changed +8
-2
lines changed
2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 13
13
matrix :
14
14
# Supported Java versions: LTS releases and latest
15
15
jdk : [8, 11, 17, 21]
16
- clojure : [11]
16
+ clojure : [11, 12 ]
17
17
18
18
name : Clojure ${{ matrix.clojure }} (Java ${{ matrix.jdk }})
19
19
Original file line number Diff line number Diff line change @@ -14,11 +14,17 @@ We use [Break Versioning][breakver]. The version numbers follow a `<major>.<mino
14
14
15
15
Malli is in well matured [ alpha] ( README.md#alpha ) .
16
16
17
- ## NEXT
17
+ ## 0.17.0 (UNRELEASED)
18
18
19
19
* ** BREAKING** : ` :gen/fmap ` property requires its schema to create a generator.
20
20
* previous behavior defaulted to a ` nil ` -returning generator, even if the schema doesn't accept ` nil `
21
21
* 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
+ ```
22
28
23
29
## 0.16.4 (2024-08-30)
24
30
You can’t perform that action at this time.
0 commit comments