Skip to content

Commit

Permalink
update version in README and added detail to CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
fogus committed Jan 17, 2025
1 parent 08f8ce1 commit 0d94a1d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ Changelog
========================================
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.
- - -
* Release 1.3.2 on 17 Jan 2025
* Removed reflection warnings on internal use of Character/isDigit
* Release 1.3.1 on 2 Dec 2024
* Added support for Clojure 1.12 array class syntax
* Release 1.3.0 on 19 Feb 2024
* Bumped deps on parent pom, tools.analyzer, core.memoize, tools.reader
* Release 1.2.3 on 26 Nov 2022
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,15 +119,15 @@ YourKit is kindly supporting open source projects with its full-featured Java Pr
Releases and Dependency Information
========================================

Latest stable release: 1.3.0
Latest stable release: 1.3.2

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

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

```clojure
[org.clojure/tools.analyzer.jvm "1.3.0"]
[org.clojure/tools.analyzer.jvm "1.3.2"]
```

[Maven](https://maven.apache.org/) dependency information:
Expand All @@ -136,7 +136,7 @@ Latest stable release: 1.3.0
<dependency>
<groupId>org.clojure</groupId>
<artifactId>tools.analyzer.jvm</artifactId>
<version>1.3.0</version>
<version>1.3.2</version>
</dependency>
```

Expand Down

0 comments on commit 0d94a1d

Please sign in to comment.