Skip to content

Commit a2098fe

Browse files
committed
update for release
1 parent d4d9fbf commit a2098fe

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
Changelog
22
===========
33

4+
* v0.9.3 e537cd1 on Feb 1, 2023
5+
* NO CHANGES - just moved Maven artifact to io.github.clojure groupId to match git dep
46
* v0.9.2 fe6b140 on Jan 17, 2023
57
* uber - fix from TBUILD-30 to close copied file streams
68
* v0.9.1 27ff8a4 on Jan 13, 2023

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.2" :git/sha "fe6b140"}
20+
io.github.clojure/tools.build {:git/tag "v0.9.3" :git/sha "e537cd1"}
2121
```
2222

2323
As a Maven dep:
2424

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

2929
# Developer Information

0 commit comments

Comments
 (0)