Skip to content

Commit 6eed04f

Browse files
committed
1.12.0-alpha11
1 parent 02f40b3 commit 6eed04f

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
= Clojure 1.12.0-alpha11
2+
Alex Miller
3+
2024-04-30
4+
:jbake-type: post
5+
6+
Clojure 1.12.0-alpha11 is now available! Find download and usage information on the <<xref/../../../../../releases/downloads#,Downloads>> page.
7+
8+
* https://clojure.atlassian.net/browse/CLJ-2848[CLJ-2848] - Qualified instance methods without param-tags should use the qualified method class, not the target object type
9+
* https://clojure.atlassian.net/browse/CLJ-2847[CLJ-2847] - Improve error message when a qualified method in value position matches no methods

content/releases/devchangelog.adoc

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

2020
== Release 1.12.0
2121

22+
=== 1.12.0-alpha11 (Apr 30, 2024) [[v1.12.0-alpha11]]
23+
24+
* https://clojure.atlassian.net/browse/CLJ-2848[CLJ-2848] - Qualified instance methods without param-tags should use the qualified method class, not the target object type
25+
* https://clojure.atlassian.net/browse/CLJ-2847[CLJ-2847] - Improve error message when a qualified method in value position matches no methods
26+
2227
=== 1.12.0-alpha10 (Apr 28, 2024) [[v1.12.0-alpha10]]
2328

2429
https://clojure.org/news/2024/04/28/clojure-1-12-alpha10[Release notes]

content/releases/downloads.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,22 +53,22 @@ Clojure depends on Java and all Clojure code is compiled to Java 8 compatible by
5353

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

56-
== Development Release: 1.12.0-alpha10 (Apr 28, 2024)
56+
== Development Release: 1.12.0-alpha11 (Apr 30, 2024)
5757

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

6060
deps.edn coordinate:
6161

6262
[source,clojure]
6363
----
64-
org.clojure/clojure {:mvn/version "1.12.0-alpha10"}
64+
org.clojure/clojure {:mvn/version "1.12.0-alpha11"}
6565
----
6666

6767
Leiningen dependency:
6868

6969
[source,clojure]
7070
----
71-
[org.clojure/clojure "1.12.0-alpha10"]
71+
[org.clojure/clojure "1.12.0-alpha11"]
7272
----
7373

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

0 commit comments

Comments
 (0)