diff --git a/README.md b/README.md index e3b9097..27f313e 100644 --- a/README.md +++ b/README.md @@ -7,20 +7,20 @@ A Clojure library providing facilities for async programming and communication. 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 release: 1.6.681 +Latest release: 1.7.701 * [All Released Versions](http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.clojure%22%20AND%20a%3A%22core.async%22) [deps.edn](https://clojure.org/reference/deps_and_cli) dependency information: ```clj - org.clojure/core.async {:mvn/version "1.6.681"} + org.clojure/core.async {:mvn/version "1.7.701"} ``` [Leiningen](https://github.com/technomancy/leiningen) dependency information: ```clj - [org.clojure/core.async "1.6.681"] + [org.clojure/core.async "1.7.701"] ``` [Maven](http://maven.apache.org/) dependency information: @@ -29,7 +29,7 @@ Latest release: 1.6.681 org.clojure core.async - 1.6.681 + 1.7.701 ``` @@ -65,7 +65,7 @@ Copyright © Rich Hickey and contributors ## Changelog -* next +* Release 1.7.701 on 2024.12.17 * [ASYNC-254](https://clojure.atlassian.net/browse/ASYNC-254) (CLJ) Completions for blocking ops can be directly delivered without enqueuing for dispatch * [ASYNC-252](https://clojure.atlassian.net/browse/ASYNC-252) (CLJ) Move go expander from ioc-macros to impl.go namespace * [ASYNC-246](https://clojure.atlassian.net/browse/ASYNC-246) (CLJ) Fix non-deterministic test