Skip to content

Commit 0a25ec5

Browse files
committed
update for release
1 parent 02d01d1 commit 0a25ec5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Changelog
22
===========
33

4-
* v0.10.5
4+
* v0.10.5 2a21b7a on July 12, 2024
55
* compile-clj - fix ordering of namespaces not included in topo sort
66
* v0.10.4 31388ff on Jun 8, 2024
77
* uber, jar, zip - TBUILD-42 Use buffered output streams everywhere

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.4" :git/sha "31388ff"}
20+
io.github.clojure/tools.build {:git/tag "v0.10.5" :git/sha "2a21b7a"}
2121
```
2222

2323
As a Maven dep:
2424

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

2929
# Developer Information

0 commit comments

Comments
 (0)