Skip to content

Commit

Permalink
Merge branch 'master' into 1.12-doc-updates
Browse files Browse the repository at this point in the history
  • Loading branch information
puredanger committed Aug 28, 2024
2 parents 0897918 + 8ef277d commit cdff969
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
6 changes: 4 additions & 2 deletions content/news/2024/08/03/clojure-1-12-0-rc1.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@ Alex Miller
2024-08-03
:jbake-type: post

Clojure 1.12.0-rc1 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.
Clojure 1.12.0-rc1 is now available! Find download and usage information on the <<xref/../../../../../releases/downloads#dev,Downloads>> page.

At this point we consider Clojure 1.12.0 to be complete. Please test this release and provide any feedback prior to release.

The changes in this release since 1.12.0-beta2 are the same fixes also released in <<clojure-1-11-4#,Clojure 1.11.4>>, see there for details.

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].
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: 5 additions & 2 deletions content/news/2024/08/28/clojure-1-12-0-rc2.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,14 @@ 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.
Clojure 1.12.0-rc2 is now available! Find download and usage information on the <<xref/../../../../../releases/downloads#dev,Downloads>> page.

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].
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].

2 changes: 2 additions & 0 deletions content/releases/downloads.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ New to Clojure? Head to the <<xref/../../guides/getting_started#,Getting Started
These tools allow you to start a REPL for interactive use, download Clojure libraries (including Clojure itself), and run Clojure programs.
====

[[stable]]
== Stable Release: 1.11.4 (Aug 3, 2024)

Include the release in your project using the following coordinates:
Expand Down Expand Up @@ -53,6 +54,7 @@ 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.

[[dev]]
== Development Release: 1.12.0-rc2 (Aug 28, 2024)

Include the release in your project using the following coordinates:
Expand Down

0 comments on commit cdff969

Please sign in to comment.