Skip to content

Commit cdff969

Browse files
committed
Merge branch 'master' into 1.12-doc-updates
2 parents 0897918 + 8ef277d commit cdff969

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

content/news/2024/08/03/clojure-1-12-0-rc1.adoc

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@ Alex Miller
33
2024-08-03
44
:jbake-type: post
55

6-
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.
6+
Clojure 1.12.0-rc1 is now available! Find download and usage information on the <<xref/../../../../../releases/downloads#dev,Downloads>> page.
7+
8+
At this point we consider Clojure 1.12.0 to be complete. Please test this release and provide any feedback prior to release.
79

810
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.
911

10-
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].
12+
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].

content/news/2024/08/28/clojure-1-12-0-rc2.adoc

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,14 @@ Alex Miller
33
2024-08-28
44
:jbake-type: post
55

6-
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.
6+
Clojure 1.12.0-rc2 is now available! Find download and usage information on the <<xref/../../../../../releases/downloads#dev,Downloads>> page.
7+
8+
At this point we consider Clojure 1.12.0 to be complete. Please test this release and provide any feedback prior to release.
79

810
Changes since 1.12.0-rc1:
911

1012
* https://clojure.atlassian.net/browse/CLJ-2873[CLJ-2873] `add-libs` - reloads data readers after extending runtime classpath
1113
* https://clojure.atlassian.net/browse/CLJ-2881[CLJ-2881] `definterface` - add support for array class type hints
1214
13-
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].
15+
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].
16+

content/releases/downloads.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ New to Clojure? Head to the <<xref/../../guides/getting_started#,Getting Started
1414
These tools allow you to start a REPL for interactive use, download Clojure libraries (including Clojure itself), and run Clojure programs.
1515
====
1616

17+
[[stable]]
1718
== Stable Release: 1.11.4 (Aug 3, 2024)
1819

1920
Include the release in your project using the following coordinates:
@@ -53,6 +54,7 @@ Clojure depends on Java and all Clojure code is compiled to Java 8 compatible by
5354

5455
Read the https://github.com/clojure/clojure/blob/master/changes.md[Changelog] for detailed release information.
5556

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

5860
Include the release in your project using the following coordinates:

0 commit comments

Comments
 (0)