Skip to content

Releases: sharkdp/argmax

v0.4.0

16 Jun 20:38

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.1...v0.4.0

v0.3.1

04 Sep 13:01

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

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

Choose a tag to compare

  • Add some missing std::process::Command methods by @tavianator in #3