Skip to content

Commit cb8bcad

Browse files
committed
bump dep on data.priority-map to 1.0.0
1 parent c04b610 commit cb8bcad

2 files changed

Lines changed: 6 additions & 2 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: 0.8.2
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+
* next
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.

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<dependency>
4444
<groupId>org.clojure</groupId>
4545
<artifactId>data.priority-map</artifactId>
46-
<version>0.0.7</version>
46+
<version>1.0.0</version>
4747
</dependency>
4848
</dependencies>
4949
</project>

0 commit comments

Comments
 (0)