Skip to content

Commit

Permalink
update for release
Browse files Browse the repository at this point in the history
  • Loading branch information
puredanger committed Dec 6, 2021
1 parent d26970d commit baeec4d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Releases and Dependency Information

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.

Latest stable release: 1.0.217
Latest stable release: 1.0.225

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

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

```clojure
org.clojure/core.cache {:mvn/version "1.0.217"}
org.clojure/core.cache {:mvn/version "1.0.225"}
```

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

[org.clojure/core.cache "1.0.217"]
[org.clojure/core.cache "1.0.225"]

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

<dependency>
<groupId>org.clojure</groupId>
<artifactId>core.cache</artifactId>
<version>1.0.217</version>
<version>1.0.225</version>
</dependency>


Expand Down Expand Up @@ -152,7 +152,7 @@ Developer Information
Change Log
====================

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

0 comments on commit baeec4d

Please sign in to comment.