Skip to content

Commit f4cdf07

Browse files
committed
update for release
1 parent dbb3b21 commit f4cdf07

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ Changelog
22
========================================
33
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.
44
- - -
5+
* Release 1.3.0 on 19 Feb 2024
6+
* Bumped deps on parent pom, tools.analyzer, core.memoize, tools.reader
57
* Release 1.2.3 on 26 Nov 2022
68
* Bumped dep on tools.analyzer to 1.1.1
79
* Release 1.2.2 on 13 Dec 2021

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -119,15 +119,15 @@ YourKit is kindly supporting open source projects with its full-featured Java Pr
119119
Releases and Dependency Information
120120
========================================
121121

122-
Latest stable release: 1.2.3
122+
Latest stable release: 1.3.0
123123

124124
* [All Released Versions](https://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.clojure%22%20AND%20a%3A%22tools.analyzer.jvm%22)
125125
* [Development Snapshot Versions](https://oss.sonatype.org/index.html#nexus-search;gav%7Eorg.clojure%7Etools.analyzer.jvm%7E%7E%7E)
126126

127127
[Leiningen](https://github.com/technomancy/leiningen) dependency information:
128128

129129
```clojure
130-
[org.clojure/tools.analyzer.jvm "1.2.3"]
130+
[org.clojure/tools.analyzer.jvm "1.3.0"]
131131
```
132132

133133
[Maven](https://maven.apache.org/) dependency information:
@@ -136,7 +136,7 @@ Latest stable release: 1.2.3
136136
<dependency>
137137
<groupId>org.clojure</groupId>
138138
<artifactId>tools.analyzer.jvm</artifactId>
139-
<version>1.2.3</version>
139+
<version>1.3.0</version>
140140
</dependency>
141141
```
142142

@@ -157,6 +157,6 @@ Developer Information
157157

158158
## License
159159

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

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

0 commit comments

Comments
 (0)