Skip to content

Commit

Permalink
update for release
Browse files Browse the repository at this point in the history
  • Loading branch information
puredanger committed Feb 19, 2024
1 parent dbb3b21 commit f4cdf07
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ 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.0 on 19 Feb 2024
* Bumped deps on parent pom, tools.analyzer, core.memoize, tools.reader
* 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
Expand Down
8 changes: 4 additions & 4 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.3
Latest stable release: 1.3.0

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

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

Expand All @@ -157,6 +157,6 @@ Developer Information

## License

Copyright © 2013-2023 Nicola Mometto, Rich Hickey & contributors.
Copyright © Nicola Mometto, Rich Hickey & contributors.

Distributed under the Eclipse Public License, the same as Clojure.

0 comments on commit f4cdf07

Please sign in to comment.