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+ * Release 0.7.0 on 10 Dec 2018
4+ * Handle injected locals in add-binding-atom phase
35* Release 0.6.9 on 9 Jun 2015
46 * Exclude ` boolean? ` from clojure.core
57* Release 0.6.7 on 3 Nov 2015
Original file line number Diff line number Diff line change @@ -201,7 +201,7 @@ YourKit is kindly supporting open source projects with its full-featured Java Pr
201201Releases and Dependency Information
202202========================================
203203
204- Latest stable release: 0.6.9
204+ Latest stable release: 0.7.0
205205
206206* [ All Released Versions] ( http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.clojure%22%20AND%20a%3A%22tools.analyzer%22 )
207207
@@ -210,15 +210,15 @@ Latest stable release: 0.6.9
210210[ Leiningen] ( https://github.com/technomancy/leiningen ) dependency information:
211211
212212``` clojure
213- [org.clojure/tools.analyzer " 0.6.9 " ]
213+ [org.clojure/tools.analyzer " 0.7.0 " ]
214214```
215215[ Maven] ( http://maven.apache.org/ ) dependency information:
216216
217217``` xml
218218<dependency >
219219 <groupId >org.clojure</groupId >
220220 <artifactId >tools.analyzer</artifactId >
221- <version >0.6.9 </version >
221+ <version >0.7.0 </version >
222222</dependency >
223223```
224224
You can’t perform that action at this time.
0 commit comments