Skip to content

Commit cd09c23

Browse files
committed
1.13.0-alpha2
1 parent b1c1e73 commit cd09c23

3 files changed

Lines changed: 31 additions & 3 deletions

File tree

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
= Clojure 1.13.0-alpha2
2+
Alex Miller
3+
2026-07-02
4+
:jbake-type: post
5+
6+
Clojure 1.13.0-alpha2 is now available! Find download and usage information on the <<xref/../../../../../releases/downloads#,Downloads>> page.
7+
8+
* Fixes a build problem from new Maven plugins by reverting the change
9+
10+
== Try it out
11+
12+
Update your deps.edn :deps with:
13+
14+
[source]
15+
----
16+
org.clojure/clojure {:mvn/version "1.13.0-alpha2"}
17+
----
18+
19+
Start a REPL with the Clojure CLI (any version) with:
20+
21+
[source]
22+
----
23+
clj -Sdeps '{:deps {org.clojure/clojure {:mvn/version "1.13.0-alpha2"}}}
24+
----

content/releases/devchangelog.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ Note: All dev releases are subject to breaking changes for new work since the pr
1919

2020
== Release 1.13.x
2121

22+
=== 1.13.0-alpha2 (July 2, 2026) [[v1.13.0-alpha2]]
23+
24+
* Fixes a build problem from new Maven plugins
25+
2226
=== 1.13.0-alpha1 (July 2, 2026) [[v1.13.0-alpha1]]
2327

2428
https://clojure.org/news/2026/07/02/clojure-1-13-alpha1[Release Notes]

content/releases/downloads.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,22 +54,22 @@ Clojure depends on Java and all Clojure code is compiled to Java 8 compatible by
5454
Read the https://github.com/clojure/clojure/blob/master/changes.md[Changelog] for detailed release information.
5555

5656
[[dev]]
57-
== Development Release: 1.13.0-alpha1
57+
== Development Release: 1.13.0-alpha2
5858

5959
Include the release in your project using the following coordinates:
6060

6161
deps.edn coordinate:
6262

6363
[source,clojure]
6464
----
65-
org.clojure/clojure {:mvn/version "1.13.0-alpha1"}
65+
org.clojure/clojure {:mvn/version "1.13.0-alpha2"}
6666
----
6767

6868
Leiningen dependency:
6969

7070
[source,clojure]
7171
----
72-
[org.clojure/clojure "1.13.0-alpha1"]
72+
[org.clojure/clojure "1.13.0-alpha2"]
7373
----
7474

7575
* https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.clojure%22%20AND%20a%3A%22clojure%22%20AND%20v%3A1.13*[Clojure 1.13 pre-release builds]

0 commit comments

Comments
 (0)