Skip to content

Commit 4b7365a

Browse files
committed
update for release
1 parent 90326cb commit 4b7365a

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.1 5e3b8f3 on Apr 28, 2024
55
* Update deps to latest
66
* compile-clj - validate that basis is non-nil
77
* v0.10.0 3a2c484 on Mar 8, 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.0" :git/sha "3a2c484"}
20+
io.github.clojure/tools.build {:git/tag "v0.10.1" :git/sha "5e3b8f3"}
2121
```
2222

2323
As a Maven dep:
2424

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

2929
# Developer Information

0 commit comments

Comments
 (0)