Skip to content

Commit dbd1a02

Browse files
committed
Updated priority-map version and indicators in README
2 parents b4c7dbe + 3d2c7d9 commit dbd1a02

3 files changed

Lines changed: 9 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ core.cache is based on an old library named Clache that has been thoroughly depr
3030
Releases and Dependency Information
3131
========================================
3232

33+
This project follows the version scheme MAJOR.MINOR.PATCH where each component provides some relative indication of the size of the change, but does not follow semantic versioning. In general, all changes endeavor to be non-breaking (by moving to new names rather than by breaking existing names).
34+
3335
Latest stable release: 1.0.0
3436

3537
* [All Released Versions](http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.clojure%22%20AND%20a%3A%22core.cache%22)
@@ -143,6 +145,8 @@ Developer Information
143145
Change Log
144146
====================
145147

148+
* Release 1.0.0 on 2020-03-11
149+
* Update data.priority-map to 1.0.0
146150
* Release 0.8.2 on 2019-09-30
147151
* [CCACHE-57](http://clojure.atlassian.net/browse/CCACHE-57) Fix wrapped cache `miss` function
148152
* Release 0.8.1 on 2019-08-24
@@ -193,4 +197,4 @@ Change Log
193197
Copyright and License
194198
========================================
195199

196-
Copyright (c) Rich Hickey, Michael Fogus and contributors, 2012. All rights reserved. The use and distribution terms for this software are covered by the Eclipse Public License 1.0 (http://opensource.org/licenses/eclipse-1.0.php) which can be found in the file epl-v10.html at the root of this distribution. By using this software in any fashion, you are agreeing to be bound bythe terms of this license. You must not remove this notice, or any other, from this software.
200+
Copyright (c) Rich Hickey, Michael Fogus and contributors, 2012-2020. All rights reserved. The use and distribution terms for this software are covered by the Eclipse Public License 1.0 (http://opensource.org/licenses/eclipse-1.0.php) which can be found in the file epl-v10.html at the root of this distribution. By using this software in any fashion, you are agreeing to be bound bythe terms of this license. You must not remove this notice, or any other, from this software.

deps.edn

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@
66
:deps {org.clojure/data.priority-map {:mvn/version "1.0.0"}}
77
:aliases {:test
88
{:extra-paths ["src/test/clojure"]
9-
:extra-deps {org.clojure/test.check {:mvn/version "0.9.0"}}}
9+
:extra-deps {org.clojure/test.check {:mvn/version "1.0.0"}}}
1010
:1.6 {:override-deps {org.clojure/clojure {:mvn/version "1.6.0"}}}
1111
:1.7 {:override-deps {org.clojure/clojure {:mvn/version "1.7.0"}}}
1212
:1.8 {:override-deps {org.clojure/clojure {:mvn/version "1.8.0"}}}
1313
:1.9 {:override-deps {org.clojure/clojure {:mvn/version "1.9.0"}}}
14-
:1.10 {:override-deps {org.clojure/clojure {:mvn/version "1.10.0"}}}
14+
:1.10 {:override-deps {org.clojure/clojure {:mvn/version "1.10.1"}}}
1515
:master {:override-deps {org.clojure/clojure {:mvn/version "1.11.0-master-SNAPSHOT"}}}
1616
:runner
1717
{:extra-deps {com.cognitect/test-runner
1818
{:git/url "https://github.com/cognitect-labs/test-runner"
19-
:sha "76568540e7f40268ad2b646110f237a60295fa3c"}}
19+
:sha "f7ef16dc3b8332b0d77bc0274578ad5270fbfedd"}}
2020
:main-opts ["-m" "cognitect.test-runner"
2121
"-d" "src/test/clojure"]}}}

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.clojure</groupId>
2626
<artifactId>pom.contrib</artifactId>
27-
<version>0.2.2</version>
27+
<version>0.3.0</version>
2828
</parent>
2929

3030
<developers>

0 commit comments

Comments
 (0)