Skip to content

Commit c1ebd3a

Browse files
committed
update for release
1 parent 2106d67 commit c1ebd3a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +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 next
6-
* Bumpd dep on core.memoize to latest
5+
* Release 1.1.0 on 24 Jul 2020
6+
* Bumpd dep on core.memoize to 1.0.236
77
* Release 1.0.0 on 18 Feb 2020
88
* Avoid calling `update-ns-map` on known pure vars
99
* Release 0.7.3 on 2 Dec 2019

README.md

Lines changed: 4 additions & 4 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: 1.0.0
122+
Latest stable release: 1.1.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: 1.0.0
128128
[Leiningen](https://github.com/technomancy/leiningen) dependency information:
129129

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

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

@@ -163,6 +163,6 @@ Developer Information
163163

164164
## License
165165

166-
Copyright © 2013-2018 Nicola Mometto, Rich Hickey & contributors.
166+
Copyright © 2013-2020 Nicola Mometto, Rich Hickey & contributors.
167167

168168
Distributed under the Eclipse Public License, the same as Clojure.

0 commit comments

Comments
 (0)