Skip to content

Commit

Permalink
add downloads info link
Browse files Browse the repository at this point in the history
  • Loading branch information
puredanger committed Aug 28, 2024
1 parent 0d04a6b commit dc719ed
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 3 additions & 6 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,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 <<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:

Expand All @@ -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"}}}'
```
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 dc719ed

Please sign in to comment.