Skip to content

Commit

Permalink
1.12.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
puredanger committed Aug 3, 2024
1 parent 6267cc1 commit 8d2cf26
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions content/releases/devchangelog.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ Note: All dev releases are subject to breaking changes for new work since the pr

== Release 1.12.0

=== 1.12.0-rc1 (Aug 3, 2024) [[v1.12.0-rc1]]

* https://clojure.atlassian.net/browse/CLJ-2145[CLJ-2145] Fix clearing of closed overs in ^:once fns
* https://clojure.atlassian.net/browse/CLJ-2865[CLJ-2317] `recur` to head of :once fn cancels once

=== 1.12.0-beta2 (Jul 29, 2024) [[v1.12.0-beta2]]

* https://clojure.atlassian.net/browse/CLJ-2867[CLJ-2867] Convey type hints on metadata values
Expand Down
6 changes: 3 additions & 3 deletions content/releases/downloads.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -53,22 +53,22 @@ Clojure depends on Java and all Clojure code is compiled to Java 8 compatible by

Read the https://github.com/clojure/clojure/blob/master/changes.md[Changelog] for detailed release information.

== Development Release: 1.12.0-beta2 (July 29, 2024)
== Development Release: 1.12.0-rc1 (Aug 3, 2024)

Include the release in your project using the following coordinates:

deps.edn coordinate:

[source,clojure]
----
org.clojure/clojure {:mvn/version "1.12.0-beta2"}
org.clojure/clojure {:mvn/version "1.12.0-rc1"}
----

Leiningen dependency:

[source,clojure]
----
[org.clojure/clojure "1.12.0-beta2"]
[org.clojure/clojure "1.12.0-rc1"]
----

* https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.clojure%22%20AND%20a%3A%22clojure%22%20AND%20v%3A1.12.0*[Clojure 1.12.0 pre-release builds]
Expand Down

0 comments on commit 8d2cf26

Please sign in to comment.