Skip to content

Commit cc1e33d

Browse files
committed
update for release
1 parent 3f3390f commit cc1e33d

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

CHANGELOG.md

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

4-
* next
5-
* uber - fix exlcusions and conflict handling when including local deps on windows
4+
* v0.9.6 8e78bcc on Oct 6, 2023
5+
* write-pom - add :pom-data to supply extra pom data when generating a new pom
6+
* uber - fix exclusions and conflict handling when including local deps on windows
67
* v0.9.5 24f2894 on Aug 11, 2023
78
* java-command - TBUILD-14 Use :jvm-opts from aliases in basis, if provided
89
* Update to latest deps

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.5" :git/sha "24f2894"}
20+
io.github.clojure/tools.build {:git/tag "v0.9.6" :git/sha "8e78bcc"}
2121
```
2222

2323
As a Maven dep:
2424

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

2929
# Developer Information

0 commit comments

Comments
 (0)