Skip to content

Commit 605ce02

Browse files
committed
Merge branch '1.7-dev'
2 parents 78add58 + ecd324c commit 605ce02

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Copyright © Rich Hickey and contributors
6565

6666
## Changelog
6767

68-
* next
68+
* Release 1.8.711-beta1 on 2025.02.19
6969
* [ASYNC-256](https://clojure.atlassian.net/browse/ASYNC-256) (CLJ) Add io-thread and System property clojure.core.async.executor-factory
7070
* [ASYNC-255](https://clojure.atlassian.net/browse/ASYNC-255) (CLJ) alts guards against put of nil message on entry
7171
* Update tools.analyzer.jvm to 1.3.2

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<groupId>org.clojure</groupId>
44
<artifactId>core.async</artifactId>
55
<!-- Don't set this manually! Call script/build/update_version -->
6-
<version>1.7.702-SNAPSHOT</version>
6+
<version>1.8.712-SNAPSHOT</version>
77
<packaging>jar</packaging>
88
<name>core.async</name>
99
<description>Facilities for async programming and communication in Clojure</description>

0 commit comments

Comments
 (0)