diff --git a/CHANGELOG.md b/CHANGELOG.md index 0fe5074..686d21e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -* v0.8.0 -- 2022-03-06 +* v0.8.0 9bd8b8a -- 2022-03-06 * Fix [#18](https://github.com/seancorfield/build-clj/issues/18) by using `resolve-path` from `tools.build`. * This project is now tracking `tools.build` version numbers (v0.8.0) _[I'll figure out a version schema for any releases I make between `tools.build` releases if that actually happens!]_ diff --git a/README.md b/README.md index 1b7a4a6..ad2e622 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ your `:build` alias can just be: ```clojure :build {:deps {io.github.seancorfield/build-clj - {:git/tag "v0.7.0" :git/sha "5d2cb60"}} + {:git/tag "v0.8.0" :git/sha "9bd8b8a"}} :ns-default build} ``` @@ -37,7 +37,7 @@ not building JAR files at all) -- then you can specify a "slim" entry point to ```clojure :build {:deps {io.github.seancorfield/build-clj - {:git/tag "v0.7.0" :git/sha "5d2cb60" + {:git/tag "v0.8.0" :git/sha "9bd8b8a" ;; omits deps-deploy dependency: :deps/root "slim"}} :ns-default build}