From ff2a6ba193ee854a125233b32dc40bbd34169c0f Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Tue, 23 Jul 2024 14:00:35 +0200 Subject: [PATCH] v0.8.42 --- CHANGELOG.md | 6 +++++- resources/SCI_VERSION | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ab3de8e8..53e46638 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,12 +10,16 @@ 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.8.42 (2024-07-23) - Fix [#626](https://github.com/babashka/sci/issues/626): add `cljs.core/exists?` - Fix [#919](https://github.com/babashka/sci/issues/919): :js-libs + refer + rename clashes with core var - Fix [#906](https://github.com/babashka/sci/issues/906): `merge-opts` loses `:features` or previous context - Fix [#923](https://github.com/babashka/sci/issues/923): check for duplicate keys in dynamic set of map literals +- Fix [#919](https://github.com/babashka/sci/issues/919): `:js-libs` + `refer` + `rename` clashes with core var +- Add `hash-ordered-coll` +- `read-string` should use non-indexing reader for compatibility +- Bump edamame ## 0.8.41 (2023-11-24) diff --git a/resources/SCI_VERSION b/resources/SCI_VERSION index 9784ab91..21db4e4d 100644 --- a/resources/SCI_VERSION +++ b/resources/SCI_VERSION @@ -1 +1 @@ -0.8.41 +0.8.42