We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4340d9e commit 65b3c45Copy full SHA for 65b3c45
CHANGELOG.md
@@ -1,7 +1,7 @@
1
Changelog
2
===========
3
4
-* next
+* v0.10.7 573711e on Feb 8, 2025
5
* write-pom - add warning if pom-data ignored because src-pom template exists
6
* Update deps to latest
7
* v0.10.6 52cf7d6 on Nov 22, 2024
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.6" :git/sha "52cf7d6"}
+io.github.clojure/tools.build {:git/tag "v0.10.7" :git/sha "573711e"}
21
```
22
23
As a Maven dep:
24
25
26
-io.github.clojure/tools.build {:mvn/version "0.10.6"}
+io.github.clojure/tools.build {:mvn/version "0.10.7"}
27
28
29
# Developer Information
0 commit comments