We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30cf0f2 commit d270808Copy full SHA for d270808
2 files changed
CHANGELOG.md
@@ -1,6 +1,8 @@
1
Changelog
2
===========
3
4
+* v0.10.11 c6c670a on Oct 28, 2025
5
+ * write-pom - TBUILD-41 - add :src-pom :none option
6
* v0.10.10 deedd62 on Jul 29, 2025
7
* compile-clj - TBUILD-46 Capture out and error if process is unsuccessful
8
* v0.10.9 e405aac on May 13, 2025
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.10" :git/sha "deedd62"}
+io.github.clojure/tools.build {:git/tag "v0.10.11" :git/sha "c6c670a"}
21
```
22
23
As a Maven dep:
24
25
26
-io.github.clojure/tools.build {:mvn/version "0.10.10"}
+io.github.clojure/tools.build {:mvn/version "0.10.11"}
27
28
29
# Developer Information
0 commit comments