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 de99b1a commit 5b9b6a1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -201,23 +201,23 @@ 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)

[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:

```xml
<dependency>
<groupId>org.clojure</groupId>
<artifactId>tools.analyzer</artifactId>
<version>1.1.1</version>
<version>1.2.0</version>
</dependency>
```

Expand All @@ -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.

0 comments on commit 5b9b6a1

Please sign in to comment.