Releases: sharkdp/argmax
Releases · sharkdp/argmax
v0.4.0
What's Changed
- Update nix to 0.25 by @tmccombs in #10
- Switch from lazy_static to once_cell by @tranzystorekk in #11
- Adjust maximum argument length for illumos by @citrus-it in #12
- ci: Use GITHUB_OUTPUT envvar instead of set-output command by @arunsathiya in #13
- chore: Update to latest version of nix by @tmccombs in #18
New Contributors
- @tmccombs made their first contribution in #10
- @tranzystorekk made their first contribution in #11
- @citrus-it made their first contribution in #12
- @arunsathiya made their first contribution in #13
Full Changelog: v0.3.1...v0.4.0
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