Skip to content

Commit 9310b18

Browse files
committed
prep for 1.2.254
Signed-off-by: Sean Corfield <sean@corfield.org>
1 parent 31592ef commit 9310b18

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

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

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

4141
[CLI/`deps.edn`](https://clojure.org/reference/deps_edn) dependency information:
4242

4343
```clojure
44-
org.clojure/core.cache {:mvn/version "1.1.234"}
44+
org.clojure/core.cache {:mvn/version "1.2.254"}
4545
```
4646

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

49-
[org.clojure/core.cache "1.1.234"]
49+
[org.clojure/core.cache "1.2.254"]
5050

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

5353
<dependency>
5454
<groupId>org.clojure</groupId>
5555
<artifactId>core.cache</artifactId>
56-
<version>1.1.234</version>
56+
<version>1.2.254</version>
5757
</dependency>
5858

5959

@@ -173,7 +173,7 @@ Developer Information
173173
Change Log
174174
====================
175175

176-
* Release 1.2.next in progress
176+
* Release 1.2.254 on 2026-02-21
177177
* [CCACHE-67](http://clojure.atlassian.net/browse/CCACHE-67) Add `clojure.core.cache.wrapped/size` function to get the size of the cache without dereferencing the atom. (via [@dharrigan](https://github.com/dharrigan)).
178178
* [CCACHE-65](http://clojure.atlassian.net/browse/CCACHE-65) Use `delay` in `lookup-or-miss` to avoid cache-stampede.
179179
* Release 1.1.234 on 2024-02-19

0 commit comments

Comments
 (0)