Skip to content

Commit

Permalink
update for release
Browse files Browse the repository at this point in the history
  • Loading branch information
puredanger committed Nov 22, 2024
1 parent 7024cd0 commit 9786ba8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changelog
===========

* next
* v0.10.6 52cf7d6 on Nov 22, 2024
* compile-clj - add stream control args for compilation so out and err can be captured
* java-command - remove assert that :basis is required (that is no longer true)
* v0.10.5 2a21b7a on July 12, 2024
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.10.5" :git/sha "2a21b7a"}
io.github.clojure/tools.build {:git/tag "v0.10.6" :git/sha "52cf7d6"}
```

As a Maven dep:

```clojure
io.github.clojure/tools.build {:mvn/version "0.10.5"}
io.github.clojure/tools.build {:mvn/version "0.10.6"}
```

# Developer Information
Expand Down

0 comments on commit 9786ba8

Please sign in to comment.