Skip to content

Commit

Permalink
v0.9.44
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed Oct 17, 2024
1 parent fbb8e61 commit ee97044
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ SCI is used in [babashka](https://github.com/babashka/babashka),
[joyride](https://github.com/BetterThanTomorrow/joyride/) and many
[other](https://github.com/babashka/sci#projects-using-sci) projects.

## Unreleased
## 0.9.44 (2024-10-24)

- Fix [#917](https://github.com/babashka/sci/issues/917): support new Clojure 1.12 Java interop: `String/new`, `String/.length` and `Integer/parseInt` as fns
- Fix [#925](https://github.com/babashka/sci/issues/925): support new Clojure 1.12 array notation: `String/1`, `byte/2`
Expand All @@ -19,6 +19,7 @@ SCI is used in [babashka](https://github.com/babashka/babashka),
- Fix [#928](https://github.com/babashka/sci/issues/928): record constructor supports optional meta + ext map
- Fix [#934](https://github.com/babashka/sci/issues/934): `:allow` may contain namespaced symbols
- Fix [#937](https://github.com/babashka/sci/issues/937): throw when copying non-existent namespace
- Update `sci.impl.Reflector` (used for implementing JVM interop) to match Clojure 1.12

## 0.8.43 (2024-08-06)

Expand Down
2 changes: 1 addition & 1 deletion resources/SCI_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.8.43
0.9.44

0 comments on commit ee97044

Please sign in to comment.