Skip to content

Commit 0d94a1d

Browse files
committed
update version in README and added detail to CHANGELOG
1 parent 08f8ce1 commit 0d94a1d

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ 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 1.3.2 on 17 Jan 2025
6+
* Removed reflection warnings on internal use of Character/isDigit
7+
* Release 1.3.1 on 2 Dec 2024
8+
* Added support for Clojure 1.12 array class syntax
59
* Release 1.3.0 on 19 Feb 2024
610
* Bumped deps on parent pom, tools.analyzer, core.memoize, tools.reader
711
* Release 1.2.3 on 26 Nov 2022

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.3.0
122+
Latest stable release: 1.3.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.3.0"]
130+
[org.clojure/tools.analyzer.jvm "1.3.2"]
131131
```
132132

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

0 commit comments

Comments
 (0)