Releases: fmonniot/fs2-process
Releases · fmonniot/fs2-process
v0.4.4
New GPG key as the previous one expired
v0.4.1
/!\ This release didn't made it to sonatype due to an expired GPG key. Please use 0.4.3 instead. /!\
What's Changed
New Contributors
Full Changelog: v0.4.0...v0.4.1
0.4
- Upgrade to cats-effect 3
- Upgrade to nuprocess 2.0
0.3
Process#statusCode
to know the status code of the completed command
Process#stdin
now close the stdin channel when the incoming Stream terminate
0.2
- cwd/env customization when creating the process
- remove
println
s in the code (real log coming soon™)