File tree Expand file tree Collapse file tree 2 files changed +14
-3
lines changed Expand file tree Collapse file tree 2 files changed +14
-3
lines changed Original file line number Diff line number Diff line change @@ -6,14 +6,14 @@ Official web site: http://clojurescript.org
66
77## Releases and dependency information ##
88
9- Latest stable release: 1.9.216
9+ Latest stable release: 1.9.225
1010
1111* [ All released versions] ( http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.clojure%22%20AND%20a%3A%22clojurescript%22 )
1212
1313[ Leiningen] ( http://github.com/technomancy/leiningen/ ) dependency information:
1414
1515```
16- [org.clojure/clojurescript "1.9.216 "]
16+ [org.clojure/clojurescript "1.9.225 "]
1717```
1818
1919[ Maven] ( http://maven.apache.org ) dependency information:
@@ -22,7 +22,7 @@ Latest stable release: 1.9.216
2222<dependency>
2323 <groupId>org.clojure</groupId>
2424 <artifactId>clojurescript</artifactId>
25- <version>1.9.216 </version>
25+ <version>1.9.225 </version>
2626</dependency>
2727```
2828
Original file line number Diff line number Diff line change 1+ ## 1.9.225
2+
3+ ### Fixes
4+ * CLJS-1759: Errors writing transit analysis cache if parallel build
5+ * CLJS-1760: Self-host: test-cljs-1757 failing in test-self-parity
6+ * CLJS-1751: port fix lost type hints in map destructuring
7+ * CLJS-1756: Add test.check JAR to the bootstrap script
8+ * CLJS-1757: cljs.spec/exercise-fn doesn't work when passed a quoted symbol
9+ * CLJS-1754: Add boolean? generator
10+ * fix REPL regression which removed warnings
11+
112## 1.9.216
213
314### Fixes
You can’t perform that action at this time.
0 commit comments