From 98a53f8261620e4a2ed5b0ce9d6bf2772afd539e Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Sun, 13 Dec 2020 21:10:09 +0100 Subject: [PATCH] CHANGELOG [skip ci] --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bbc429c4..86f0fb57 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ For a list of breaking changes, check [here](#breaking-changes). ## v0.2.5 +This release adds a new `babashka.deps` namespace which offers [tools.deps +integration](https://clojure.org/guides/deps_and_cli). See +[docs](https://book.babashka.org/#babashkadeps). + ### New - Add `get-classpath` and `split-classpath` to `babashka.classpath`