Skip to content

Commit 74db0c2

Browse files
committed
update for release
1 parent 7cad5be commit 74db0c2

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

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-
* next
4+
* v0.9.1 27ff8a4 on Jan 13, 2023
55
* uber - TBUILD-35 Fix error on exploding jar with / entry
66
* uber - TBUILD-30 Apply exclusions and conflict handlers for local and git libs
77
* v0.9.0 8c93e0c on Dec 22, 2022

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.9.0" :git/sha "8c93e0c"}
20+
io.github.clojure/tools.build {:git/tag "v0.9.1" :git/sha "27ff8a4"}
2121
```
2222

2323
As a Maven dep:
2424

2525
```clojure
26-
org.clojure/tools.build {:mvn/version "0.9.0"}
26+
org.clojure/tools.build {:mvn/version "0.9.1"}
2727
```
2828

2929
# Developer Information

0 commit comments

Comments
 (0)