diff --git a/CHANGELOG.md b/CHANGELOG.md index 74f969d..60a865a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,3 +12,5 @@ ``` bbin install io.github.borkdude/carve ``` + +- Implement [babashka.cli](https://github.com/babashka/cli) integration diff --git a/README.md b/README.md index 5e0ba68..1d02393 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ See [bbin](https://github.com/babashka/bbin) for details. To use as a [clojure tool](https://clojure.org/reference/deps_and_cli#tool_install): ``` shell -$ clj -Ttools install io.github.borkdude/carve '{:git/tag "v0.2.0"}' :as carve +$ clj -Ttools install io.github.borkdude/carve '{:git/tag "v0.3.5"}' :as carve ``` ## How does it work?