From 129131020d45775fba91986fca483eff3f19f71e Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Fri, 30 Apr 2021 12:01:36 +0200 Subject: [PATCH] v0.3.7 --- CHANGELOG.md | 7 +++++++ resources/BABASHKA_VERSION | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb769894..edf0ba7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ For a list of breaking changes, check [here](#breaking-changes). ## Unreleased +## 0.3.7 + +- Ignore local and global deps.edn when resolving deps for `bb.edn` [#807](https://github.com/babashka/babashka/issues/807) +- Use `IllegalArgumentException` when throwing on duplicate case constants [#807](https://github.com/babashka/babashka/issues/807) +- Fix --classpath when no additional args are passed [#811](https://github.com/babashka/babashka/issues/811) +- Task changes and improvements, see [issue](https://github.com/babashka/babashka/issues/778) + ## 0.3.6 Babashka proper: diff --git a/resources/BABASHKA_VERSION b/resources/BABASHKA_VERSION index 676867ca..ce4f5af9 100644 --- a/resources/BABASHKA_VERSION +++ b/resources/BABASHKA_VERSION @@ -1 +1 @@ -0.3.7-SNAPSHOT \ No newline at end of file +0.3.7 \ No newline at end of file