Skip to content

Commit 20ececb

Browse files
committed
prep for 1.2.278
Signed-off-by: Sean Corfield <sean@corfield.org>
1 parent c660d95 commit 20ececb

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
@@ -21,26 +21,26 @@ Releases and Dependency Information
2121

2222
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.
2323

24-
Latest stable release: 1.1.266
24+
Latest stable release: 1.2.278
2525

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

2929
[CLI/`deps.edn`](https://clojure.org/reference/deps_and_cli) dependency information:
3030
```clojure
31-
org.clojure/core.memoize {:mvn/version "1.1.266"}
31+
org.clojure/core.memoize {:mvn/version "1.2.278"}
3232
```
3333

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

36-
[org.clojure/core.memoize "1.1.266"]
36+
[org.clojure/core.memoize "1.2.278"]
3737

3838
[Maven](https://maven.apache.org/) dependency information:
3939

4040
<dependency>
4141
<groupId>org.clojure</groupId>
4242
<artifactId>core.memoize</artifactId>
43-
<version>1.1.266</version>
43+
<version>1.2.278</version>
4444
</dependency>
4545

4646
Documentation
@@ -85,7 +85,7 @@ Developer Information
8585
Change Log
8686
====================
8787

88-
* Release 1.2.276 on 2026.02.22
88+
* Release 1.2.278 on 2026.02.22
8989
* Update `core.cache` dep
9090
* Add clj-kondo support
9191
* Release 1.2.273 on 2026.01.05

0 commit comments

Comments
 (0)