diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ea4c29..87d9259 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index 9d636a3..7a4042d 100644 --- a/README.md +++ b/README.md @@ -119,7 +119,7 @@ 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) @@ -127,7 +127,7 @@ Latest stable release: 1.2.3 [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: @@ -136,7 +136,7 @@ Latest stable release: 1.2.3 org.clojure tools.analyzer.jvm - 1.2.3 + 1.3.0 ``` @@ -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.