From 6f0f3bfed7f9615b06e1f285d03def6db9d74e61 Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Thu, 26 Jan 2023 11:32:41 +0100 Subject: [PATCH] Changelogs --- CHANGELOG.md | 2 ++ README.md | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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?