File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed
Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,13 @@ Note: All dev releases are subject to breaking changes for new work since the pr
1919
2020== Release 1.12.x
2121
22+ === 1.12.5-rc1 (Apr 20, 2026) [[v1.12.5-rc1]]
23+
24+ Same as 1.12.5-alpha1
25+
26+ * https://clojure.atlassian.net/browse/CLJ-2945[CLJ-2945] - reify - incorrectly transfers reader metadata to runtime object
27+ * https://clojure.atlassian.net/browse/CLJ-2228[CLJ-2228] - constantly - unroll to remove rest args allocation
28+
2229=== 1.12.5-alpha1 (Apr 7, 2026) [[v1.12.5-alpha1]]
2330
2431https://clojure.org/news/2026/04/07/clojure-1-12-5-alpha1[Release Notes]
Original file line number Diff line number Diff line change @@ -54,22 +54,22 @@ Clojure depends on Java and all Clojure code is compiled to Java 8 compatible by
5454Read the https://github.com/clojure/clojure/blob/master/changes.md[Changelog] for detailed release information.
5555
5656[[dev]]
57- == Development Release: 1.12.5-alpha1 (Apr 7 , 2026)
57+ == Development Release: 1.12.5-rc1 (Apr 20 , 2026)
5858
5959Include the release in your project using the following coordinates:
6060
6161deps.edn coordinate:
6262
6363[source,clojure]
6464----
65- org.clojure/clojure {:mvn/version "1.12.5-alpha1 "}
65+ org.clojure/clojure {:mvn/version "1.12.5-rc1 "}
6666----
6767
6868Leiningen dependency:
6969
7070[source,clojure]
7171----
72- [org.clojure/clojure "1.12.5-alpha1 "]
72+ [org.clojure/clojure "1.12.5-rc1 "]
7373----
7474
7575* https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.clojure%22%20AND%20a%3A%22clojure%22%20AND%20v%3A1.12.5*[Clojure 1.12.5 pre-release builds]
You can’t perform that action at this time.
0 commit comments