Skip to content

Commit 8f3c1c9

Browse files
committed
update for release
1 parent 985a2cf commit 8f3c1c9

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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
5+
* Release 1.2.2 on 13 Dec 2021
66
* Bumped dep on asm to 9.2
77
* Release 1.2.1 on 6 Dec 2021
88
* Bumped dep on core.memoize to 1.0.253

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -119,24 +119,24 @@ 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.2.1
122+
Latest stable release: 1.2.2
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.2.1"]
131-
130+
[org.clojure/tools.analyzer.jvm "1.2.2"]
132131
```
132+
133133
[Maven](https://maven.apache.org/) dependency information:
134134

135135
```xml
136136
<dependency>
137137
<groupId>org.clojure</groupId>
138138
<artifactId>tools.analyzer.jvm</artifactId>
139-
<version>1.2.1</version>
139+
<version>1.2.2</version>
140140
</dependency>
141141
```
142142

0 commit comments

Comments
 (0)