Skip to content

Commit 442e9d1

Browse files
committed
1.12.5-rc1
1 parent 459059f commit 442e9d1

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

content/releases/devchangelog.adoc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff 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

2431
https://clojure.org/news/2026/04/07/clojure-1-12-5-alpha1[Release Notes]

content/releases/downloads.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,22 +54,22 @@ Clojure depends on Java and all Clojure code is compiled to Java 8 compatible by
5454
Read 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

5959
Include the release in your project using the following coordinates:
6060

6161
deps.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

6868
Leiningen 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]

0 commit comments

Comments
 (0)