Skip to content

Commit 9d6ca8b

Browse files
committed
cherrypick from master
1 parent 41c8da5 commit 9d6ca8b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,20 +18,20 @@ A Clojure library providing facilities for async programming and communication.
1818

1919
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.
2020

21-
Latest release: 1.8.741
21+
Latest release: 1.9.865
2222

2323
* [All Released Versions](http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.clojure%22%20AND%20a%3A%22core.async%22)
2424

2525
[deps.edn](https://clojure.org/reference/deps_and_cli) dependency information:
2626

2727
```clj
28-
org.clojure/core.async {:mvn/version "1.8.741"}
28+
org.clojure/core.async {:mvn/version "1.9.865"}
2929
```
3030

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

3333
```clj
34-
[org.clojure/core.async "1.8.741"]
34+
[org.clojure/core.async "1.9.865"]
3535
```
3636

3737
[Maven](http://maven.apache.org/) dependency information:
@@ -40,7 +40,7 @@ Latest release: 1.8.741
4040
<dependency>
4141
<groupId>org.clojure</groupId>
4242
<artifactId>core.async</artifactId>
43-
<version>1.8.741</version>
43+
<version>1.9.865</version>
4444
</dependency>
4545
```
4646

@@ -68,7 +68,7 @@ Copyright © Rich Hickey and contributors
6868
* Alpha release of core.async.flow - all APIs subject to change
6969
* [ASYNC-274](https://clojure.atlassian.net/browse/ASYNC-274) (CLJ) Fixed flow/futurize stopped returning a future on Executor change
7070
* [ASYNC-270](https://clojure.atlassian.net/browse/ASYNC-270) (CLJ) futurize with no :exec arg throws
71-
* next release (accumulated changes since 1.8.741):
71+
* Release 1.9.865 (accumulated changes since 1.8.741):
7272
* Added datafy support for channels and buffers
7373
* [ASYNC-273](https://clojure.atlassian.net/browse/ASYNC-273) (CLJ) alts!! callbacks should dispatch on caller when possible
7474
* [ASYNC-272](https://clojure.atlassian.net/browse/ASYNC-272) (CLJ) Use JVM virtual threads in io-thread

0 commit comments

Comments
 (0)