Skip to content
This repository has been archived by the owner on Feb 24, 2023. It is now read-only.

Commit

Permalink
prep for 0.5.5 -- for latest tools.build
Browse files Browse the repository at this point in the history
  • Loading branch information
seancorfield committed Nov 27, 2021
1 parent 6f048e6 commit 0527130
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Change Log

* v0.5.5 -- 2021-11-26
* Update `tools.build` to v0.6.8 d79ae84 for `git-process` and various bug fixes.

* v0.5.4 bc9c0cc -- 2021-11-13
* Update `tools.build` to v0.6.5 a0c3ff6 for the improved `compile-clj` and git commands.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ your `:build` alias can just be:

```clojure
:build {:deps {io.github.seancorfield/build-clj
{:git/tag "v0.5.4" :git/sha "bc9c0cc"}}
{:git/tag "v0.5.5" :git/sha "..."}}
:ns-default build}
```

Expand Down
2 changes: 1 addition & 1 deletion deps.edn
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{:deps
{io.github.clojure/tools.build {:git/tag "v0.6.5" :git/sha "a0c3ff6"}
{io.github.clojure/tools.build {:git/tag "v0.6.8" :git/sha "d79ae84"}
io.github.seancorfield/build-uber-log4j2-handler {:git/tag "v0.1.0" :git/sha "ab8e499"}
slipset/deps-deploy {:mvn/version "0.2.0"}}}

0 comments on commit 0527130

Please sign in to comment.