Skip to content

Commit b8356d4

Browse files
committed
prep for 1.0.217
1 parent 430cf69 commit b8356d4

2 files changed

Lines changed: 8 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 4 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.207
36+
Latest stable release: 1.0.217
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.207
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.207"}
45+
org.clojure/core.cache {:mvn/version "1.0.217"}
4646
```
4747

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

50-
[org.clojure/core.cache "1.0.207"]
50+
[org.clojure/core.cache "1.0.217"]
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.207</version>
57+
<version>1.0.217</version>
5858
</dependency>
5959

6060

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

155+
* Release 1.0.217 on 2021-08-02
156+
* [CCACHE-63](http://clojure.atlassian.net/browse/CCACHE-63) Improve cache initialization for LU/LRU; fix LU miss logic when not full.
155157
* Release 1.0.207 on 2020-04-10
156158
* Switch to 1.0.x versioning.
157159
* Update `data.priority-map` to 1.0.0

docs/Including.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The core.cache releases and snapshots are stored in the following repositories:
1010

1111
You can use core.cache in your [Leiningen](https://github.com/technomancy/leiningen) projects with the following `:dependencies` directive in your `project.clj` file:
1212

13-
[org.clojure/core.cache "1.0.207"]
13+
[org.clojure/core.cache "1.0.217"]
1414

1515
## Maven
1616

@@ -19,7 +19,7 @@ For Maven-driven projects, use the following slice of XML in your `pom.xml`'s `<
1919
<dependency>
2020
<groupId>org.clojure</groupId>
2121
<artifactId>core.cache</artifactId>
22-
<version>1.0.207</version>
22+
<version>1.0.217</version>
2323
</dependency>
2424

2525
Enjoy!

0 commit comments

Comments
 (0)