We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c707c7d commit 256f15fCopy full SHA for 256f15f
2 files changed
CHANGELOG.md
@@ -1,7 +1,7 @@
1
Changelog
2
===========
3
4
-* next
+* v0.10.9 e405aac on May 13, 2025
5
* write-pom - TBUILD-44 - build.properties file should use `SOURCE_DATE_EPOCH` if set for reproducible builds
6
* v0.10.8 2fdfd66 on Mar 25, 2025
7
* process - TBUILD-1 Fix blocked buffering when capturing large output
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.8" :git/sha "2fdfd66"}
+io.github.clojure/tools.build {:git/tag "v0.10.9" :git/sha "e405aac"}
21
```
22
23
As a Maven dep:
24
25
26
-io.github.clojure/tools.build {:mvn/version "0.10.8"}
+io.github.clojure/tools.build {:mvn/version "0.10.9"}
27
28
29
# Developer Information
0 commit comments