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 1.0.0 on 18 Feb 2020
4+ * Fixed docstrings
35* Release 0.7.0 on 10 Dec 2018
46 * Handle injected locals in add-binding-atom phase
57* Release 0.6.9 on 9 Jun 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.7 .0
204+ Latest stable release: 1.0 .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.7.0
210210[ Leiningen] ( https://github.com/technomancy/leiningen ) dependency information:
211211
212212``` clojure
213- [org.clojure/tools.analyzer " 0.7 .0" ]
213+ [org.clojure/tools.analyzer " 1.0 .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.7 .0</version >
221+ <version >1.0 .0</version >
222222</dependency >
223223```
224224
Original file line number Diff line number Diff line change 1- (defproject org.clojure /tools.analyzer " 0.7 .1-SNAPSHOT"
1+ (defproject org.clojure /tools.analyzer " 1.0 .1-SNAPSHOT"
22 :description " An analyzer for Clojure code, written in Clojure and producing AST in EDN."
33 :url " https://github.com/clojure/tools.analyzer"
44 :license {:name " Eclipse Public License"
55 :url " http://www.eclipse.org/legal/epl-v10.html" }
66 :source-paths [" src/main/clojure" ]
77 :test-paths [" src/test/clojure" ]
8- :dependencies [[org.clojure/clojure " 1.9.0 " ]
8+ :dependencies [[org.clojure/clojure " 1.10.1 " ]
99 [com.datomic/datomic-free " 0.9.5327" :scope " provided" :exclusions [joda-time]]]
1010 :repositories [[" sonatype" " https://oss.sonatype.org/content/repositories/releases" ]
1111 [" snapshots" " https://oss.sonatype.org/content/repositories/snapshots" ]])
You can’t perform that action at this time.
0 commit comments