Skip to content

Commit 5b9b6a1

Browse files
committed
update for release
1 parent de99b1a commit 5b9b6a1

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
Changelog
22
========================================
3+
* Release 1.2.0 on 19 Feb 2024
4+
* Update parent pom
35
* Release 1.1.1 on 26 Nov 2022
46
* Remove JVM-specific code to make this usable for ClojureCLR
57
* Release 1.1.0 on 14 Sep 2021

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ Since version `0.6.0`, passes can be scheduled automatically using `clojure.tool
187187
## SPONSORSHIP
188188

189189
* Cognitect (https://cognitect.com/) has sponsored tools.analyzer development (https://groups.google.com/d/msg/clojure/iaP16MHpX0E/EMtnGmOz-rgJ)
190-
* Ambrose BS (https://twitter.com/ambrosebs) has sponsored tools.analyzer development in his typed clojure campaign (http://www.indiegogo.com/projects/typed-clojure).
190+
* Ambrose BS (https://twitter.com/ambrosebs) has sponsored tools.analyzer development in his typed clojure campaign (https://www.indiegogo.com/projects/typed-clojure).
191191

192192
## YourKit
193193

@@ -201,23 +201,23 @@ YourKit is kindly supporting open source projects with its full-featured Java Pr
201201
Releases and Dependency Information
202202
========================================
203203

204-
Latest stable release: 1.1.1
204+
Latest stable release: 1.2.0
205205

206206
* [All Released Versions](https://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.clojure%22%20AND%20a%3A%22tools.analyzer%22)
207207
* [Development Snapshot Versions](https://clojure.org/releases/downloads#_using_clojure_snapshot_releases)
208208

209209
[Leiningen](https://github.com/technomancy/leiningen) dependency information:
210210

211211
```clojure
212-
[org.clojure/tools.analyzer "1.1.1"]
212+
[org.clojure/tools.analyzer "1.2.0"]
213213
```
214214
[Maven](https://maven.apache.org/) dependency information:
215215

216216
```xml
217217
<dependency>
218218
<groupId>org.clojure</groupId>
219219
<artifactId>tools.analyzer</artifactId>
220-
<version>1.1.1</version>
220+
<version>1.2.0</version>
221221
</dependency>
222222
```
223223

@@ -238,6 +238,6 @@ Developer Information
238238

239239
## License
240240

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

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

0 commit comments

Comments
 (0)