Skip to content

Commit

Permalink
New version
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed Oct 18, 2022
1 parent be1bc4e commit 57320e4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,17 @@

For a list of breaking changes, check [here](#breaking-changes)

## Unreleased
## v0.5.34 (2022-10-18)

- Performance optimizations for `let`
- [babashka/babashka#1340](https://github.com/babashka/babashka/issues/1340): Add arglists/docstring to protocol methods ([@bobisageek](https://github.com/bobisageek))
- #801: preserve location metadata for vars defined in macro-expansion
- Add new `var->symbol` API function in `sci.core`
- Add new `resolve` API function in `sci.core`
- Expose `*print-namespace-maps*` from `sci.core`
- Internal simplifications for `and`, `or` and `do`

## v0.4.33
## v0.4.33 (2022-09-15)

- [#791](https://github.com/babashka/sci/issues/791): Fix friendly arity exception messages for Clojure 1.10, 1.11 ([@lread](https://github.com/lread))
- [#794](https://github.com/babashka/sci/issues/794): Support for `IPrintWithWriter` for custom types in CLJS
Expand Down
2 changes: 1 addition & 1 deletion resources/SCI_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.4.33
0.5.34

0 comments on commit 57320e4

Please sign in to comment.