From 0d04a6bce015599bff8601df89c92d9dcb3bd7f8 Mon Sep 17 00:00:00 2001 From: Alex Miller Date: Wed, 28 Aug 2024 15:16:38 -0500 Subject: [PATCH 1/3] add how to run rc2 --- content/news/2024/08/28/clojure-1-12-0-rc2.adoc | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/content/news/2024/08/28/clojure-1-12-0-rc2.adoc b/content/news/2024/08/28/clojure-1-12-0-rc2.adoc index d96f3e82..997aada3 100644 --- a/content/news/2024/08/28/clojure-1-12-0-rc2.adoc +++ b/content/news/2024/08/28/clojure-1-12-0-rc2.adoc @@ -10,4 +10,10 @@ 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]. \ No newline at end of file +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]. + +You can try this release in a REPL using the Clojure CLI: + +``` +clj -Sdeps '{:deps {org.clojure/clojure {:mvn/version "1.12.0-rc2"}}}' +``` From dc719ed1f9f88b2a8df9b4821644fc9d40689fa6 Mon Sep 17 00:00:00 2001 From: Alex Miller Date: Wed, 28 Aug 2024 15:49:43 -0500 Subject: [PATCH 2/3] add downloads info link --- content/news/2024/08/28/clojure-1-12-0-rc2.adoc | 9 +++------ content/releases/downloads.adoc | 2 ++ 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/content/news/2024/08/28/clojure-1-12-0-rc2.adoc b/content/news/2024/08/28/clojure-1-12-0-rc2.adoc index 997aada3..62ca501a 100644 --- a/content/news/2024/08/28/clojure-1-12-0-rc2.adoc +++ b/content/news/2024/08/28/clojure-1-12-0-rc2.adoc @@ -3,7 +3,9 @@ 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 <> 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: @@ -12,8 +14,3 @@ Changes since 1.12.0-rc1: 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]. -You can try this release in a REPL using the Clojure CLI: - -``` -clj -Sdeps '{:deps {org.clojure/clojure {:mvn/version "1.12.0-rc2"}}}' -``` diff --git a/content/releases/downloads.adoc b/content/releases/downloads.adoc index 61ec5426..88197dfd 100644 --- a/content/releases/downloads.adoc +++ b/content/releases/downloads.adoc @@ -14,6 +14,7 @@ New to Clojure? Head to the < Date: Wed, 28 Aug 2024 15:57:49 -0500 Subject: [PATCH 3/3] add download link to rc1 announcement --- content/news/2024/08/03/clojure-1-12-0-rc1.adoc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/content/news/2024/08/03/clojure-1-12-0-rc1.adoc b/content/news/2024/08/03/clojure-1-12-0-rc1.adoc index 23901611..aaae1302 100644 --- a/content/news/2024/08/03/clojure-1-12-0-rc1.adoc +++ b/content/news/2024/08/03/clojure-1-12-0-rc1.adoc @@ -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 <> 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 <>, 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]. \ No newline at end of file +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].