Skip to content

Commit 99fbd66

Browse files
committed
update for release
1 parent b142cf2 commit 99fbd66

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

README.md

+8-7
Original file line numberDiff line numberDiff line change
@@ -33,28 +33,27 @@ Releases and Dependency Information
3333

3434
This project follows the version scheme MAJOR.MINOR.COMMITS where MAJOR and MINOR provide some relative indication of the size of the change, but do not follow semantic versioning. In general, all changes endeavor to be non-breaking (by moving to new names rather than by breaking existing names). COMMITS is an ever-increasing counter of commits since the beginning of this repository.
3535

36-
Latest stable release: 1.0.225
37-
38-
* [All Released Versions](http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.clojure%22%20AND%20a%3A%22core.cache%22)
36+
Latest stable release: 1.1.234
3937

38+
* [All Released Versions](https://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.clojure%22%20AND%20a%3A%22core.cache%22)
4039
* [Development Snapshot Versions](https://oss.sonatype.org/index.html#nexus-search;gav~org.clojure~core.cache~~~)
4140

42-
[CLI/`deps.edn`](https://clojure.org/reference/deps_and_cli) dependency information:
41+
[CLI/`deps.edn`](https://clojure.org/reference/deps_edn) dependency information:
4342

4443
```clojure
45-
org.clojure/core.cache {:mvn/version "1.0.225"}
44+
org.clojure/core.cache {:mvn/version "1.1.234"}
4645
```
4746

4847
[Leiningen](https://github.com/technomancy/leiningen) dependency information:
4948

50-
[org.clojure/core.cache "1.0.225"]
49+
[org.clojure/core.cache "1.1.234"]
5150

5251
[Maven](http://maven.apache.org/) dependency information:
5352

5453
<dependency>
5554
<groupId>org.clojure</groupId>
5655
<artifactId>core.cache</artifactId>
57-
<version>1.0.225</version>
56+
<version>1.1.234</version>
5857
</dependency>
5958

6059

@@ -174,6 +173,8 @@ Developer Information
174173
Change Log
175174
====================
176175

176+
* Release 1.1.234 on 2024-02-19
177+
* Update parent pom and `data.priority-map` versions
177178
* Release 1.0.225 on 2021-12-06
178179
* Update `data.priority-map` to 1.1.0
179180
* Release 1.0.217 on 2021-08-02

0 commit comments

Comments
 (0)