Skip to content

Commit 77d137b

Browse files
committed
update CHANGELOG, readme
1 parent fe8cb21 commit 77d137b

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
Changelog
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

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ YourKit is kindly supporting open source projects with its full-featured Java Pr
201201
Releases 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

0 commit comments

Comments
 (0)