Skip to content

Commit

Permalink
update for release
Browse files Browse the repository at this point in the history
  • Loading branch information
puredanger committed Jun 10, 2024
1 parent b142cf2 commit 99fbd66
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,28 +33,27 @@ Releases and Dependency Information

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.

Latest stable release: 1.0.225

* [All Released Versions](http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.clojure%22%20AND%20a%3A%22core.cache%22)
Latest stable release: 1.1.234

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

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

```clojure
org.clojure/core.cache {:mvn/version "1.0.225"}
org.clojure/core.cache {:mvn/version "1.1.234"}
```

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

[org.clojure/core.cache "1.0.225"]
[org.clojure/core.cache "1.1.234"]

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

<dependency>
<groupId>org.clojure</groupId>
<artifactId>core.cache</artifactId>
<version>1.0.225</version>
<version>1.1.234</version>
</dependency>


Expand Down Expand Up @@ -174,6 +173,8 @@ Developer Information
Change Log
====================

* Release 1.1.234 on 2024-02-19
* Update parent pom and `data.priority-map` versions
* Release 1.0.225 on 2021-12-06
* Update `data.priority-map` to 1.1.0
* Release 1.0.217 on 2021-08-02
Expand Down

0 comments on commit 99fbd66

Please sign in to comment.