Skip to content

Commit

Permalink
v0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed Mar 23, 2022
1 parent b635311 commit 174dc80
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@

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

## Unreleased
## v0.3.3

### New

- [#382](https://github.com/babashka/sci/issues/382): Add `*clojure-version*` and `(clojure-version)`
- Support `:sigs` on protocol map
- Add `unchecked-dec`

### Enhancements

Expand All @@ -17,6 +18,7 @@ For a list of breaking changes, check [here](#breaking-changes)
- [#695](https://github.com/babashka/sci/issues/695): `(identical? [] [])` works
- [#700](https://github.com/babashka/sci/issues/700): loop doesn't expand in fully qualified let
- [#696](https://github.com/babashka/sci/issues/696): add let* special form
- [#702](https://github.com/babashka/sci/issues/702): require cljs.analyzer.api for copy-ns

## v0.3.2

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

0 comments on commit 174dc80

Please sign in to comment.