Skip to content

v0.1.0

Compare
Choose a tag to compare
@luanzeba luanzeba released this 03 May 17:52
· 5 commits to main since this release
1f09212

[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.