File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Changelog
22========================================
3- * Unreleased
3+ * Release 1.1.0 on 14 Sep 2021
44 * TANAL-134: Remove : init from : def 's : children when absent
55 * Added : refer-clojure : exclude for ` update-keys ` and ` update-vals ` being added in Clojure 1.11
66* Release 1.0.0 on 18 Feb 2020
Original file line number Diff line number Diff line change @@ -201,23 +201,23 @@ YourKit is kindly supporting open source projects with its full-featured Java Pr
201201Releases and Dependency Information
202202========================================
203203
204- Latest stable release: 1.0 .0
204+ Latest stable release: 1.1 .0
205205
206206* [ All Released Versions] ( https://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.clojure%22%20AND%20a%3A%22tools.analyzer%22 )
207207* [ Development Snapshot Versions] ( https://clojure.org/releases/downloads#_using_clojure_snapshot_releases )
208208
209209[ Leiningen] ( https://github.com/technomancy/leiningen ) dependency information:
210210
211211``` clojure
212- [org.clojure/tools.analyzer " 1.0 .0" ]
212+ [org.clojure/tools.analyzer " 1.1 .0" ]
213213```
214214[ Maven] ( https://maven.apache.org/ ) dependency information:
215215
216216``` xml
217217<dependency >
218218 <groupId >org.clojure</groupId >
219219 <artifactId >tools.analyzer</artifactId >
220- <version >1.0 .0</version >
220+ <version >1.1 .0</version >
221221</dependency >
222222```
223223
You can’t perform that action at this time.
0 commit comments