Skip to content

Commit

Permalink
update for release
Browse files Browse the repository at this point in the history
  • Loading branch information
puredanger committed Oct 6, 2023
1 parent 3f3390f commit cc1e33d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
Changelog
===========

* next
* uber - fix exlcusions and conflict handling when including local deps on windows
* v0.9.6 8e78bcc on Oct 6, 2023
* write-pom - add :pom-data to supply extra pom data when generating a new pom
* uber - fix exclusions and conflict handling when including local deps on windows
* v0.9.5 24f2894 on Aug 11, 2023
* java-command - TBUILD-14 Use :jvm-opts from aliases in basis, if provided
* Update to latest deps
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ Latest release:
As a git dep:

```clojure
io.github.clojure/tools.build {:git/tag "v0.9.5" :git/sha "24f2894"}
io.github.clojure/tools.build {:git/tag "v0.9.6" :git/sha "8e78bcc"}
```

As a Maven dep:

```clojure
io.github.clojure/tools.build {:mvn/version "0.9.5"}
io.github.clojure/tools.build {:mvn/version "0.9.6"}
```

# Developer Information
Expand Down

0 comments on commit cc1e33d

Please sign in to comment.