Skip to content

Commit

Permalink
Merge branch '1.7-dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
puredanger committed Feb 19, 2025
2 parents 78add58 + ecd324c commit 605ce02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Copyright © Rich Hickey and contributors

## Changelog

* next
* Release 1.8.711-beta1 on 2025.02.19
* [ASYNC-256](https://clojure.atlassian.net/browse/ASYNC-256) (CLJ) Add io-thread and System property clojure.core.async.executor-factory
* [ASYNC-255](https://clojure.atlassian.net/browse/ASYNC-255) (CLJ) alts guards against put of nil message on entry
* Update tools.analyzer.jvm to 1.3.2
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<groupId>org.clojure</groupId>
<artifactId>core.async</artifactId>
<!-- Don't set this manually! Call script/build/update_version -->
<version>1.7.702-SNAPSHOT</version>
<version>1.8.712-SNAPSHOT</version>
<packaging>jar</packaging>
<name>core.async</name>
<description>Facilities for async programming and communication in Clojure</description>
Expand Down

0 comments on commit 605ce02

Please sign in to comment.