File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
===========
3
3
4
- * next
4
+ * v0.10.6 52cf7d6 on Nov 22, 2024
5
5
* compile-clj - add stream control args for compilation so out and err can be captured
6
6
* java-command - remove assert that : basis is required (that is no longer true)
7
7
* v0.10.5 2a21b7a on July 12, 2024
Original file line number Diff line number Diff line change @@ -17,13 +17,13 @@ Latest release:
17
17
As a git dep:
18
18
19
19
``` 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 " }
21
21
```
22
22
23
23
As a Maven dep:
24
24
25
25
``` clojure
26
- io.github.clojure/tools.build {:mvn/version " 0.10.5 " }
26
+ io.github.clojure/tools.build {:mvn/version " 0.10.6 " }
27
27
```
28
28
29
29
# Developer Information
You can’t perform that action at this time.
0 commit comments