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

Commit

Permalink
prep for v0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
seancorfield committed Nov 8, 2021
1 parent 93889f7 commit dbf7321
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.3 in progress
* Update `tools.build` to v0.6.3 4a1b53a for updated git deps handling.

* v0.5.2 8f75b81 -- 2021-10-11
* Update `tools.build` to v0.6.1 515b334 (for non-replacement on some non-text files).

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.2" :git/sha "8f75b81"}}
{:git/tag "v0.5.3" :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.1" :git/sha "515b334"}
{io.github.clojure/tools.build {:git/tag "v0.6.3" :git/sha "4a1b53a"}
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 dbf7321

Please sign in to comment.