Skip to content

Releases: luanzeba/progeny

v0.2.1

16 Dec 17:31
ab386e6
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.0...v0.2.1

v0.2.0

06 May 00:11
b7d708d
Compare
Choose a tag to compare

[0.2.0] - 2023-05-05

Added

  • Progeny::Command#spawn_with_pipes for easier migration from posix-spawn.

v0.1.0

03 May 17:52
1f09212
Compare
Choose a tag to compare

[0.1.0] - 2023-05-03

  • initial release. forked posix-spawn gem.

Changed

  • progeny::command#new and progeny::command#build only take actual hash
    objects as the options argument. we will not call #to_hash on the object
    like posix::spawn::child did.