From 5b9b6a17bdd0af1a7640599fc3caa8eb4d952bdf Mon Sep 17 00:00:00 2001 From: Alex Miller Date: Mon, 19 Feb 2024 15:10:52 -0600 Subject: [PATCH] update for release --- CHANGELOG.md | 2 ++ README.md | 10 +++++----- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c2842a2..71dfa75 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ Changelog ======================================== +* Release 1.2.0 on 19 Feb 2024 + * Update parent pom * Release 1.1.1 on 26 Nov 2022 * Remove JVM-specific code to make this usable for ClojureCLR * Release 1.1.0 on 14 Sep 2021 diff --git a/README.md b/README.md index c97c31f..7f9ddc7 100644 --- a/README.md +++ b/README.md @@ -187,7 +187,7 @@ Since version `0.6.0`, passes can be scheduled automatically using `clojure.tool ## SPONSORSHIP * Cognitect (https://cognitect.com/) has sponsored tools.analyzer development (https://groups.google.com/d/msg/clojure/iaP16MHpX0E/EMtnGmOz-rgJ) -* Ambrose BS (https://twitter.com/ambrosebs) has sponsored tools.analyzer development in his typed clojure campaign (http://www.indiegogo.com/projects/typed-clojure). +* Ambrose BS (https://twitter.com/ambrosebs) has sponsored tools.analyzer development in his typed clojure campaign (https://www.indiegogo.com/projects/typed-clojure). ## YourKit @@ -201,7 +201,7 @@ YourKit is kindly supporting open source projects with its full-featured Java Pr Releases and Dependency Information ======================================== -Latest stable release: 1.1.1 +Latest stable release: 1.2.0 * [All Released Versions](https://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.clojure%22%20AND%20a%3A%22tools.analyzer%22) * [Development Snapshot Versions](https://clojure.org/releases/downloads#_using_clojure_snapshot_releases) @@ -209,7 +209,7 @@ Latest stable release: 1.1.1 [Leiningen](https://github.com/technomancy/leiningen) dependency information: ```clojure -[org.clojure/tools.analyzer "1.1.1"] +[org.clojure/tools.analyzer "1.2.0"] ``` [Maven](https://maven.apache.org/) dependency information: @@ -217,7 +217,7 @@ Latest stable release: 1.1.1 org.clojure tools.analyzer - 1.1.1 + 1.2.0 ``` @@ -238,6 +238,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.