From c49ec837461626998c6d3c65a9e8c4d14d471d14 Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Sun, 25 Apr 2021 13:47:18 +0200 Subject: [PATCH] v0.3.6 --- CHANGELOG.md | 1 + resources/BABASHKA_VERSION | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f6ef976..9af7f361 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ For a list of breaking changes, check [here](#breaking-changes). - Tasks: fix priority (file > task > subcommand) [#800](https://github.com/babashka/babashka/issues/800) - Support map literal in task [#796](https://github.com/babashka/babashka/issues/796) - Tasks: support resolving docstring from function [#802](https://github.com/babashka/babashka/issues/802) +- Support `:min-bb-version` in `bb.edn` A warning is printed when the minimum version is not satisfied. [#663](https://github.com/babashka/babashka/issues/663) Deps.clj: diff --git a/resources/BABASHKA_VERSION b/resources/BABASHKA_VERSION index fe82c517..53b61ecf 100644 --- a/resources/BABASHKA_VERSION +++ b/resources/BABASHKA_VERSION @@ -1 +1 @@ -0.3.6-SNAPSHOT \ No newline at end of file +0.3.6 \ No newline at end of file