Skip to content

Commit 4466d93

Browse files
committed
chore: update changelog/readme
1 parent a3fe0d1 commit 4466d93

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
@@ -1,6 +1,8 @@
11
Changelog
22
========================================
33

4+
* Release 1.2.2 on 15 Feb 2026
5+
* Fix for field-access syntax with arguments
46
* Release 1.2.1 on 30 Dec 2025
57
* Update parent pom
68
* Release 1.2.0 on 19 Feb 2024

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -201,23 +201,23 @@ YourKit is kindly supporting open source projects with its full-featured Java Pr
201201
Releases and Dependency Information
202202
========================================
203203

204-
Latest stable release: 1.2.1
204+
Latest stable release: 1.2.2
205205

206206
* [All Released Versions](https://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.clojure%22%20AND%20a%3A%22tools.analyzer%22)
207207
* [Development Snapshot Versions](https://clojure.org/releases/downloads#_using_clojure_snapshot_releases)
208208

209209
[Leiningen](https://github.com/technomancy/leiningen) dependency information:
210210

211211
```clojure
212-
[org.clojure/tools.analyzer "1.2.1"]
212+
[org.clojure/tools.analyzer "1.2.2"]
213213
```
214214
[Maven](https://maven.apache.org/) dependency information:
215215

216216
```xml
217217
<dependency>
218218
<groupId>org.clojure</groupId>
219219
<artifactId>tools.analyzer</artifactId>
220-
<version>1.2.1</version>
220+
<version>1.2.2</version>
221221
</dependency>
222222
```
223223

0 commit comments

Comments
 (0)