Skip to content

Commit 8d6871d

Browse files
committed
1.12.1 release
1 parent 7819245 commit 8d6871d

File tree

3 files changed

+20
-7
lines changed

3 files changed

+20
-7
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
= Clojure 1.12.1
2+
Alex Miller
3+
2024-06-02
4+
:jbake-type: post
5+
6+
Clojure 1.12.1 is now available! Find download and usage information on the <<xref/../../../../../releases/downloads#stable,Downloads>> page.
7+
8+
* https://clojure.atlassian.net/browse/CLJ-2899[CLJ-2899] - Revert change in semantics of qualified symbol in invocation position if field and method of same name
9+
* https://clojure.atlassian.net/browse/CLJ-2898[CLJ-2898] - Objects that are both IFn and FunctionalInterface unnecessarily get converted to FI
10+
* https://clojure.atlassian.net/browse/CLJ-2888[CLJ-2888] - gen-class - did not support new array class symbol syntax
11+
* https://clojure.atlassian.net/browse/CLJ-2886[CLJ-2886] - add-libs - send only procurer keys to tool invocation
12+
* https://clojure.atlassian.net/browse/CLJ-2906[CLJ-2906] - Add missing :added metadata to 1.12 functions

content/releases/downloads.adoc

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,27 +15,27 @@ These tools allow you to start a REPL for interactive use, download Clojure libr
1515
====
1616

1717
[[stable]]
18-
== Stable Release: 1.12.0 (Sep 5, 2024)
18+
== Stable Release: 1.12.1 (Jun 2, 2025)
1919

2020
Include the release in your project using the following coordinates:
2121

2222
deps.edn coordinate:
2323

2424
[source,clojure]
2525
----
26-
org.clojure/clojure {:mvn/version "1.12.0"}
26+
org.clojure/clojure {:mvn/version "1.12.1"}
2727
----
2828

2929
Leiningen dependency:
3030

3131
[source,clojure]
3232
----
33-
[org.clojure/clojure "1.12.0"]
33+
[org.clojure/clojure "1.12.1"]
3434
----
3535

3636
=== Dependencies
3737

38-
Clojure 1.12.0 depends on the following core libraries:
38+
Clojure 1.12.1 depends on the following core libraries:
3939

4040
* `org.clojure/spec.alpha {:mvn/version "0.5.238"}` (https://repo1.maven.org/maven2/org/clojure/spec.alpha/0.5.238/spec.alpha-0.5.238.jar[jar])
4141
* `org.clojure/core.specs.alpha {:mvn/version "0.4.74"}` (https://repo1.maven.org/maven2/org/clojure/core.specs.alpha/0.4.74/core.specs.alpha-0.4.74.jar[jar])
@@ -74,7 +74,7 @@ Leiningen dependency:
7474
[org.clojure/clojure "1.12.0-rc2"]
7575
----
7676
77-
* 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]
77+
* https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.clojure%22%20AND%20a%3A%22clojure%22%20AND%20v%3A1.13.0*[Clojure 1.13.0 pre-release builds]
7878
* <<devchangelog#,Dev changelog>>
7979
* Dependencies:
8080
** `org.clojure/spec.alpha {:mvn/version "0.5.238"}`
@@ -99,7 +99,7 @@ Specify the version of Clojure that you want in your deps.edn:
9999
[source,clojure]
100100
----
101101
{:deps
102-
{org.clojure/clojure {:mvn/version "1.12.0"}}}
102+
{org.clojure/clojure {:mvn/version "1.12.1"}}}
103103
----
104104

105105
=== Via Leiningen
@@ -108,7 +108,7 @@ Modify the dependencies and repositories sections of your https://leiningen.org/
108108
[source,clojure]
109109
----
110110
; under dependencies, select the release of clojure that you want
111-
:dependencies [[org.clojure/clojure "1.12.0"]]
111+
:dependencies [[org.clojure/clojure "1.12.1"]]
112112
----
113113

114114
== Using Clojure SNAPSHOT releases

content/releases/downloads_older.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ ifdef::env-github,env-browser[:outfilesuffix: .adoc]
99

1010
== Older Clojure Releases
1111

12+
* https://repo1.maven.org/maven2/org/clojure/clojure/1.12.0/[Clojure 1.12.1] (Jun, 2025) - https://clojure.org/news/2025/06/02/clojure-1-12-1[release notes]
1213
* https://repo1.maven.org/maven2/org/clojure/clojure/1.12.0/[Clojure 1.12.0] (Sep, 2024) - https://clojure.org/news/2024/09/05/clojure-1-12-0[release notes]
1314
* https://repo1.maven.org/maven2/org/clojure/clojure/1.11.4/[Clojure 1.11.4] (Aug, 2024) - https://clojure.org/news/2024/08/03/clojure-1-11-4[release notes]
1415
* https://repo1.maven.org/maven2/org/clojure/clojure/1.11.3/[Clojure 1.11.3] (Apr, 2024) - https://clojure.org/news/2024/04/24/clojure-1-11-3[release notes]

0 commit comments

Comments
 (0)