Skip to content

Commit d09fd7d

Browse files
committed
update for release
1 parent 3627149 commit d09fd7d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ 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-
* Next release
5+
* Release 1.2.1 on 6 Dec 2021
66
* Bumped dep on core.memoize to 1.0.253
77
* Bumped dep on tools.reader to 1.3.6
88
* Release 1.2.0 on 14 Sep 2021

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,15 +119,15 @@ 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.1.0
122+
Latest stable release: 1.2.1
123123

124124
* [All Released Versions](https://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.clojure%22%20AND%20a%3A%22tools.analyzer.jvm%22)
125125
* [Development Snapshot Versions](https://oss.sonatype.org/index.html#nexus-search;gav%7Eorg.clojure%7Etools.analyzer.jvm%7E%7E%7E)
126126

127127
[Leiningen](https://github.com/technomancy/leiningen) dependency information:
128128

129129
```clojure
130-
[org.clojure/tools.analyzer.jvm "1.1.0"]
130+
[org.clojure/tools.analyzer.jvm "1.2.1"]
131131

132132
```
133133
[Maven](https://maven.apache.org/) dependency information:
@@ -136,7 +136,7 @@ Latest stable release: 1.1.0
136136
<dependency>
137137
<groupId>org.clojure</groupId>
138138
<artifactId>tools.analyzer.jvm</artifactId>
139-
<version>1.1.0</version>
139+
<version>1.2.1</version>
140140
</dependency>
141141
```
142142

0 commit comments

Comments
 (0)