Releases: luanzeba/progeny
Releases · luanzeba/progeny
Release list
v0.2.1
What's Changed
- Use frozen_string_literal in class Command by @allan-pires in #2
New Contributors
- @allan-pires made their first contribution in #2
Full Changelog: v0.2.0...v0.2.1
v0.2.0
v0.1.0
[0.1.0] - 2023-05-03
- initial release. forked
posix-spawngem.
Changed
progeny::command#newandprogeny::command#buildonly take actualhash
objects as theoptionsargument. we will not call#to_hashon the object
likeposix::spawn::childdid.