We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0b9b7c commit 9d95634Copy full SHA for 9d95634
CHANGELOG.md
@@ -1,7 +1,7 @@
1
Changelog
2
===========
3
4
-* next
+* v0.10.13 ae52edf on Mar 16, 2026
5
* Update to latest tools.deps
6
* v0.10.12 97c5562 on Jan 5, 2026
7
* Update parent pom and dep versions
README.md
@@ -17,13 +17,13 @@ Latest release:
17
As a git dep:
18
19
```clojure
20
-io.github.clojure/tools.build {:git/tag "v0.10.12" :git/sha "97c5562"}
+io.github.clojure/tools.build {:git/tag "v0.10.13" :git/sha "ae52edf"}
21
```
22
23
As a Maven dep:
24
25
26
-io.github.clojure/tools.build {:mvn/version "0.10.12"}
+io.github.clojure/tools.build {:mvn/version "0.10.13"}
27
28
29
# Developer Information
0 commit comments