Skip to content

Commit

Permalink
v0.8.42
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed Jul 23, 2024
1 parent 8d87eb2 commit ff2a6ba
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

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.41
0.8.42

0 comments on commit ff2a6ba

Please sign in to comment.