From 5723fa2e674d3eb0b2d6b368418ec7005292ce16 Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Wed, 29 Dec 2021 18:10:56 +0100 Subject: [PATCH] Version bump --- CHANGELOG.md | 3 ++- resources/BABASHKA_RELEASED_VERSION | 2 +- resources/BABASHKA_VERSION | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a69bab14..c702a269 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ For a list of breaking changes, check [here](#breaking-changes). -## 0.7.1 (2021-12-29) +## 0.7.2 (2021-12-29) - Add `spy` macro from `taoensso.timbre` [#1087](https://github.com/babashka/babashka/issues/1087) - Better error for higher order fn arity mismatch @@ -13,6 +13,7 @@ For a list of breaking changes, check [here](#breaking-changes). - Uberscript improvements [#584](https://github.com/babashka/babashka/issues/584), [#1037](https://github.com/babashka/babashka/issues/1037) - Include native elements in printed stacktrace [#1105](https://github.com/babashka/babashka/issues/1105) - Missing error message when exception happens in REPL print [#1116](https://github.com/babashka/babashka/issues/1116) +- Undeprecate `$` in babashka.process ## 0.7.0 (2021-12-10) diff --git a/resources/BABASHKA_RELEASED_VERSION b/resources/BABASHKA_RELEASED_VERSION index faef31a4..7deb86fe 100644 --- a/resources/BABASHKA_RELEASED_VERSION +++ b/resources/BABASHKA_RELEASED_VERSION @@ -1 +1 @@ -0.7.0 +0.7.1 \ No newline at end of file diff --git a/resources/BABASHKA_VERSION b/resources/BABASHKA_VERSION index 7deb86fe..a7ddecb3 100644 --- a/resources/BABASHKA_VERSION +++ b/resources/BABASHKA_VERSION @@ -1 +1 @@ -0.7.1 \ No newline at end of file +0.7.2-SNAPSHOT \ No newline at end of file