Skip to content

Releases: sharkdp/argmax

v0.3.1

04 Sep 13:01
Compare
Choose a tag to compare

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

Full Changelog: v0.3.0...v0.3.1

v0.3.0

25 May 05:51
Compare
Choose a tag to compare
  • 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

v0.2.0

15 May 13:24
Compare
Choose a tag to compare
  • Add some missing std::process::Command methods by @tavianator in #3