Skip to content

Commit

Permalink
update for release
Browse files Browse the repository at this point in the history
  • Loading branch information
puredanger committed Nov 26, 2022
1 parent 5f0df7d commit 7246672
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ 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.
- - -
* next
* Release 1.2.3 on 26 Nov 2022
* Bumped dep on tools.analyzer to 1.1.1
* Release 1.2.2 on 13 Dec 2021
* Bumped dep on asm to 9.2
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.2.2
Latest stable release: 1.2.3

* [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.2.2"]
[org.clojure/tools.analyzer.jvm "1.2.3"]
```

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

Expand Down

0 comments on commit 7246672

Please sign in to comment.