We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c2551e commit 6132900Copy full SHA for 6132900
CHANGELOG.md
@@ -7,6 +7,16 @@
7
### Changes
8
9
### Bugs fixed
10
+
11
+## 1.12.0-3 (28-01-2025)
12
13
+### New Features
14
15
+### Changes
16
17
+ - Bring back instrumentation to the compile path to support decompiling for debugging
18
19
+### Bugs fixed
20
21
## 1.12.0-2 (27-11-2024)
22
pom.xml
@@ -5,7 +5,7 @@
5
<artifactId>clojure</artifactId>
6
<name>clojure</name>
<packaging>jar</packaging>
- <version>1.13.0-master-SNAPSHOT</version>
+ <version>1.12.0-3</version>
<url>http://clojure.org/</url>
<description>Clojure core environment and runtime library.</description>
0 commit comments