Skip to content

Commit

Permalink
Merge pull request metosin#1127 from metosin/0.17.0-prep
Browse files Browse the repository at this point in the history
Changelog + test clojure 11 & 12
  • Loading branch information
ikitommi authored Nov 23, 2024
2 parents 4273448 + 6772a90 commit 711ca00
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/clojure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
matrix:
# Supported Java versions: LTS releases and latest
jdk: [8, 11, 17, 21]
clojure: [11]
clojure: [11, 12]

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

Expand Down
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,17 @@ We use [Break Versioning][breakver]. The version numbers follow a `<major>.<mino

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

## NEXT
## 0.17.0 (UNRELEASED)

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

```
fipp/fipp '0.6.26' to '0.6.27'
```

## 0.16.4 (2024-08-30)

Expand Down

0 comments on commit 711ca00

Please sign in to comment.