Releases: babashka/process
Releases · babashka/process
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>