Skip to content

Commit

Permalink
1.12.0-rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
puredanger committed Aug 28, 2024
1 parent da1c20c commit b2ff5ef
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 3 deletions.
13 changes: 13 additions & 0 deletions content/news/2024/08/28/clojure-1-12-0-rc2.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
= Clojure 1.12.0-rc2
Alex Miller
2024-08-28
:jbake-type: post

Clojure 1.12.0-rc2 is now available! At this point we consider Clojure 1.12.0 to be complete. Please test this release and provide any feedback prior to release.

Changes since 1.12.0-rc1:

* https://clojure.atlassian.net/browse/CLJ-2873[CLJ-2873] `add-libs` - reloads data readers after extending runtime classpath
* https://clojure.atlassian.net/browse/CLJ-2881[CLJ-2881] `definterface` - add support for array class type hints
For a complete list of 1.12.0 features and fixes, see the https://github.com/clojure/clojure/blob/master/changes.md#changes-to-clojure-in-version-1120[official changelog].
7 changes: 7 additions & 0 deletions content/releases/devchangelog.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,13 @@ Note: All dev releases are subject to breaking changes for new work since the pr

== Release 1.12.0

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

https://clojure.org/news/2024/08/28/clojure-1-12-0-rc2[Release Notes]

* https://clojure.atlassian.net/browse/CLJ-2873[CLJ-2873] `add-libs` - reloads data readers after extending runtime classpath
* https://clojure.atlassian.net/browse/CLJ-2881[CLJ-2881] `definterface` - add support for array class type hints

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

https://clojure.org/news/2024/08/03/clojure-1-12-0-rc1[Release Notes]
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-rc1 (Aug 3, 2024)
== Development Release: 1.12.0-rc2 (Aug 28, 2024)

Include the release in your project using the following coordinates:

deps.edn coordinate:

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

Leiningen dependency:

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

* 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 b2ff5ef

Please sign in to comment.