From 4c816cbfbae2ba9487472127aa56c30f973a4219 Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Thu, 13 May 2021 13:26:14 +0200 Subject: [PATCH] v0.4.1 --- CHANGELOG.md | 13 +++++++++++++ resources/BABASHKA_VERSION | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d50a0e8e..bed70964 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ For a list of breaking changes, check [here](#breaking-changes). +## 0.4.1 + +- Base static linux build on musl. The binary should now work in most linuxes + out of the box. ([@lispyclouds](https://github.com/lispyclouds), + [@thiagokokada](https://github.com/thiagokokada)) +- Add `NullPointerException` to default imports +- Add `thread-bound?` function +- Expose escaping functions from `selmer.util` [#835](https://github.com/babashka/babashka/issues/835) +- Fix Windows GraalVM config for httpkit +- Add `:error-fn` option to `shell` [#836](https://github.com/babashka/babashka/issues/836) +- Add `babashka.task` `System` property [#837](https://github.com/babashka/babashka/issues/837) +- Allow thread-first with `shell` like `babashka.process` [#829](https://github.com/babashka/babashka/issues/829) + ## 0.4.0 Babashka proper: diff --git a/resources/BABASHKA_VERSION b/resources/BABASHKA_VERSION index 2f738d89..44bb5d1f 100644 --- a/resources/BABASHKA_VERSION +++ b/resources/BABASHKA_VERSION @@ -1 +1 @@ -0.4.1-SNAPSHOT \ No newline at end of file +0.4.1 \ No newline at end of file