Skip to content

Commit 5706381

Browse files
committed
update readme
1 parent 0cfa945 commit 5706381

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ Changelog
22
========================================
33
Since tools.analyzer.jvm version are usually cut simultaneously with a tools.analyzer version, check also the tools.analyzer [CHANGELOG](https://github.com/clojure/tools.analyzer/blob/master/CHANGELOG.md) for changes on the corresponding version, since changes in that library will reflect on this one.
44
- - -
5+
* Release 1.0.0 on 18 Feb 2020
6+
* Avoid calling `update-ns-map` on known pure vars
57
* Release 0.7.3 on 2 Dec 2019
68
* Bumped deps
79
* Release 0.7.2 on 16 Jan 2018

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ YourKit is kindly supporting open source projects with its full-featured Java Pr
119119
Releases and Dependency Information
120120
========================================
121121

122-
Latest stable release: 0.7.3
122+
Latest stable release: 1.0.0
123123

124124
* [All Released Versions](http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.clojure%22%20AND%20a%3A%22tools.analyzer.jvm%22)
125125

@@ -128,7 +128,7 @@ Latest stable release: 0.7.3
128128
[Leiningen](https://github.com/technomancy/leiningen) dependency information:
129129

130130
```clojure
131-
[org.clojure/tools.analyzer.jvm "0.7.3"]
131+
[org.clojure/tools.analyzer.jvm "1.0.0"]
132132

133133
```
134134
[Maven](http://maven.apache.org/) dependency information:
@@ -137,7 +137,7 @@ Latest stable release: 0.7.3
137137
<dependency>
138138
<groupId>org.clojure</groupId>
139139
<artifactId>tools.analyzer.jvm</artifactId>
140-
<version>0.7.3</version>
140+
<version>1.0.0</version>
141141
</dependency>
142142
```
143143

0 commit comments

Comments
 (0)