Releases: babashka/process
Releases · babashka/process
v0.6.23
What's Changed
- ci: drop testing of jdk8 on macos by @lread in #154
- ci: address github actions warnings by @lread in #157
- ci: also test against jdk 21 by @lread in #158
- ci: test: bump graal from v21 to v22 by @lread in #160
- ci: test against clojure 1.12, bump 1.11 current by @lread in #161
- docs: minor: update descriptions of
:continue
by @lread in #162 - Change win program resolution to match macOS/Linux by @lread in #165
- Fix for testing from babashka project by @lread in #166
- test: bump clojure 1.12.0 to beta2 by @lread in #167
- Update README.md copyright year to 2025 by @ingydotnet in #171
- docs: readme: update babashka badge target by @lread in #172
- Fix: the shutdown hook should be removed when the process ends to avoid a memory leak. by @maxweber in #173
New Contributors
- @ingydotnet made their first contribution in #171
- @maxweber made their first contribution in #173
Full Changelog: v0.5.22...v0.6.23
v0.5.22
What's Changed
- Bump fs in project.clj by @lread in #129
- Add test support for
exec
by @lread in #131 - cleanup by @borkdude in #132
- new test names now all end in -test by @lread in #133
- Ensure
exec
supports:cmd
opt by @lread in #134 - test:jvm task - fix default clj version handling by @lread in #135
- new bb has been released: turf temporary bumps by @lread in #137
- Support
:out :bytes
by @hansbugge in #138 - Fix #140: accept path or file as :dir arg by @borkdude in #141
- test: bump Graalvm to JDK 21 by @lread in #145
- test: bump graal-build-time by @lread in #147
- circleci: fix jdk download by @lread in #150
- Fix #148: accept Path in :out, :err and :in by @borkdude in #149
New Contributors
- @hansbugge made their first contribution in #138
Full Changelog: v0.5.21...v0.5.22
v0.5.21
v0.5.20
v0.5.19
v0.5.18
v0.5.17: Support redirecting stderr to stdout (#115)
Fixes #113 Co-authored-by: Michiel Borkent <michielborkent@gmail.com>