Skip to content

Commit baeec4d

Browse files
committed
update for release
1 parent d26970d commit baeec4d

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ 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.217
36+
Latest stable release: 1.0.225
3737

3838
* [All Released Versions](http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.clojure%22%20AND%20a%3A%22core.cache%22)
3939

@@ -42,19 +42,19 @@ Latest stable release: 1.0.217
4242
[CLI/`deps.edn`](https://clojure.org/reference/deps_and_cli) dependency information:
4343

4444
```clojure
45-
org.clojure/core.cache {:mvn/version "1.0.217"}
45+
org.clojure/core.cache {:mvn/version "1.0.225"}
4646
```
4747

4848
[Leiningen](https://github.com/technomancy/leiningen) dependency information:
4949

50-
[org.clojure/core.cache "1.0.217"]
50+
[org.clojure/core.cache "1.0.225"]
5151

5252
[Maven](http://maven.apache.org/) dependency information:
5353

5454
<dependency>
5555
<groupId>org.clojure</groupId>
5656
<artifactId>core.cache</artifactId>
57-
<version>1.0.217</version>
57+
<version>1.0.225</version>
5858
</dependency>
5959

6060

@@ -152,7 +152,7 @@ Developer Information
152152
Change Log
153153
====================
154154

155-
* next
155+
* Release 1.0.225 on 2021-12-06
156156
* Update `data.priority-map` to 1.1.0
157157
* Release 1.0.217 on 2021-08-02
158158
* [CCACHE-63](http://clojure.atlassian.net/browse/CCACHE-63) Improve cache initialization for LU/LRU; fix LU miss logic when not full.

0 commit comments

Comments
 (0)