Skip to content

Commit b51c6d3

Browse files
committed
0.2.1
1 parent 9c29808 commit b51c6d3

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,17 @@
22

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

5-
## Unreleased
6-
7-
### New
5+
## v0.2.1
86

97
### Enhancements / fixes
108

119
- Improvements for using `type` on `defrecord` [#492](https://github.com/borkdude/sci/issues/492)
1210
- Deref vars at analysis time that have `:inline` metadata in Clojure [#483](https://github.com/borkdude/sci/issues/483)
1311
- Keep only location metadata for seqs and symbols [#488](https://github.com/babashka/babashka/issues/488)
14-
- conditionally defined vars should not have metadata #496
12+
- conditionally defined vars should not have metadata [#496](https://github.com/babashka/babashka/issues/496)
13+
- Fix interop on map [#506](https://github.com/babashka/babashka/issues/506)
14+
- Performance improvements [#500](https://github.com/babashka/babashka/issues/500), [#502](https://github.com/babashka/babashka/issues/502), [#504](https://github.com/babashka/babashka/issues/504)
15+
- Fix shadow-cljs warnings [#499](https://github.com/babashka/babashka/issues/499)
1516

1617
## v0.2.0
1718

resources/SCI_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.2.1-alpha.1
1+
0.2.1

0 commit comments

Comments
 (0)