Skip to content

Commit 65b3c45

Browse files
committed
update for release
1 parent 4340d9e commit 65b3c45

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Changelog
22
===========
33

4-
* next
4+
* v0.10.7 573711e on Feb 8, 2025
55
* write-pom - add warning if pom-data ignored because src-pom template exists
66
* Update deps to latest
77
* v0.10.6 52cf7d6 on Nov 22, 2024

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ Latest release:
1717
As a git dep:
1818

1919
```clojure
20-
io.github.clojure/tools.build {:git/tag "v0.10.6" :git/sha "52cf7d6"}
20+
io.github.clojure/tools.build {:git/tag "v0.10.7" :git/sha "573711e"}
2121
```
2222

2323
As a Maven dep:
2424

2525
```clojure
26-
io.github.clojure/tools.build {:mvn/version "0.10.6"}
26+
io.github.clojure/tools.build {:mvn/version "0.10.7"}
2727
```
2828

2929
# Developer Information

0 commit comments

Comments
 (0)