Skip to content

Commit

Permalink
v0.9.45
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed Mar 11, 2025
1 parent 7bc5c4f commit 5867475
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,12 @@ 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.45 (2025-03-11)

- Fix [#942](https://github.com/babashka/sci/issues/942): improve error location of invalid destructuring
- Add `volatile?` to core vars
- Fix [#950](https://github.com/babashka/sci/issues/950): interop on local in CLJS
- Bump edamame to `1.4.28`

## 0.9.44 (2024-10-17)

Expand Down
2 changes: 1 addition & 1 deletion deps.edn
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{:paths ["resources" "src"]
:deps {borkdude/edamame {:mvn/version "1.4.27"}
:deps {borkdude/edamame {:mvn/version "1.4.28"}
borkdude/sci.impl.reflector {:mvn/version "0.0.3"}
org.babashka/sci.impl.types {:mvn/version "0.0.2"}
borkdude/graal.locking {:mvn/version "0.0.2"}}
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
:source-paths ["src"]
:dependencies [[org.clojure/clojure "1.9.0"]
[borkdude/sci.impl.reflector "0.0.3"]
[borkdude/edamame "1.4.27"]
[borkdude/edamame "1.4.28"]
[org.babashka/sci.impl.types "0.0.2"]
[borkdude/graal.locking "0.0.2"]]
:plugins [[lein-codox "0.10.7"]]
Expand Down
2 changes: 1 addition & 1 deletion resources/SCI_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.9.44
0.9.45

0 comments on commit 5867475

Please sign in to comment.