diff --git a/CHANGELOG.md b/CHANGELOG.md index c702a269..f26a38f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,10 @@ For a list of breaking changes, check [here](#breaking-changes). - 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 +- Add lots of library tests to CI ([@cldwalker](https://github.com/cldwalker)) +- Release SNAPSHOT builds to + [babashka-dev-builds](https://github.com/babashka/babashka-dev-builds/releases) + (use only for testing) ## 0.7.0 (2021-12-10) diff --git a/resources/BABASHKA_RELEASED_VERSION b/resources/BABASHKA_RELEASED_VERSION index 7deb86fe..d5cc44d1 100644 --- a/resources/BABASHKA_RELEASED_VERSION +++ b/resources/BABASHKA_RELEASED_VERSION @@ -1 +1 @@ -0.7.1 \ No newline at end of file +0.7.2 \ No newline at end of file diff --git a/resources/BABASHKA_VERSION b/resources/BABASHKA_VERSION index d5cc44d1..bdd051a7 100644 --- a/resources/BABASHKA_VERSION +++ b/resources/BABASHKA_VERSION @@ -1 +1 @@ -0.7.2 \ No newline at end of file +0.7.3-SNAPSHOT \ No newline at end of file