This commit is contained in:
Michiel Borkent 2021-05-13 13:26:14 +02:00
parent 6aca41a48a
commit 4c816cbfba
2 changed files with 14 additions and 1 deletions

View file

@ -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:

View file

@ -1 +1 @@
0.4.1-SNAPSHOT
0.4.1