Skip to content

Commit d270808

Browse files
committed
update for release
1 parent 30cf0f2 commit d270808

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
Changelog
22
===========
33

4+
* v0.10.11 c6c670a on Oct 28, 2025
5+
* write-pom - TBUILD-41 - add :src-pom :none option
46
* v0.10.10 deedd62 on Jul 29, 2025
57
* compile-clj - TBUILD-46 Capture out and error if process is unsuccessful
68
* v0.10.9 e405aac on May 13, 2025

README.md

Lines changed: 2 additions & 2 deletions
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.10" :git/sha "deedd62"}
20+
io.github.clojure/tools.build {:git/tag "v0.10.11" :git/sha "c6c670a"}
2121
```
2222

2323
As a Maven dep:
2424

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

2929
# Developer Information

0 commit comments

Comments
 (0)