Skip to content

Releases: fmonniot/fs2-process

v0.4.4

22 Jul 23:56
6373643
Compare
Choose a tag to compare

New GPG key as the previous one expired

v0.4.1

19 Jul 20:32
f3574c7
Compare
Choose a tag to compare

/!\ 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

17 Aug 19:04
Compare
Choose a tag to compare
0.4
  • Upgrade to cats-effect 3
  • Upgrade to nuprocess 2.0

0.3

04 Mar 02:50
Compare
Choose a tag to compare
0.3 Pre-release
Pre-release
  • 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

20 Feb 20:22
d08104b
Compare
Choose a tag to compare
0.2 Pre-release
Pre-release
  • cwd/env customization when creating the process
  • remove printlns in the code (real log coming soon™)