Releases: sharkdp/argmax
Releases · sharkdp/argmax
v0.3.1
What's Changed
- Implement Deref to be able to use std::process:Command methods by @themkat in #9
- Bump nix version and only use the feature we need by @tavianator in #7
Testing
- Don't use absolute command paths on Unix by @dominicm00 in #8
Full Changelog: v0.3.0...v0.3.1
v0.3.0
- Remove an unused type parameter from Command::spawn() by @tavianator in #4
- Add methods for adding multiple arguments at once, transactionally by @tavianator in #5