Skip to content

Commit 0d0027b

Browse files
committed
update for release
1 parent e6d9e96 commit 0d0027b

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

CHANGELOG.md

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

4-
* next
4+
* v0.9.5 24f2894 on Aug 11, 2023
55
* java-command - TBUILD-14 Use :jvm-opts from aliases in basis, if provided
6+
* Update to latest deps
67
* v0.9.4 76b78fe on Mar 6, 2023
78
* uber - exclude Emacs backup files from uberjar inclusion (useful with local/git deps)
89
* uber - improve error message when file in local or git lib can't be read

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.4" :git/sha "76b78fe"}
20+
io.github.clojure/tools.build {:git/tag "v0.9.5" :git/sha "24f2894"}
2121
```
2222

2323
As a Maven dep:
2424

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

2929
# Developer Information

0 commit comments

Comments
 (0)