Skip to content

Commit 9786ba8

Browse files
committed
update for release
1 parent 7024cd0 commit 9786ba8

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.6 52cf7d6 on Nov 22, 2024
55
* compile-clj - add stream control args for compilation so out and err can be captured
66
* java-command - remove assert that :basis is required (that is no longer true)
77
* v0.10.5 2a21b7a on July 12, 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.5" :git/sha "2a21b7a"}
20+
io.github.clojure/tools.build {:git/tag "v0.10.6" :git/sha "52cf7d6"}
2121
```
2222

2323
As a Maven dep:
2424

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

2929
# Developer Information

0 commit comments

Comments
 (0)