Skip to content

Releases: aaronriekenberg/rust-parallel

v1.20.0

29 Nov 22:26

Choose a tag to compare

What's Changed

  • Bump actions/checkout from 5 to 6 by @dependabot[bot] in #80
  • {} variable has same meaning as {0}
  • Better error handling for command path resolution errors.

Full Changelog: v1.19.0...v1.20.0

v1.19.0

23 Nov 18:09

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.18.1...v1.19.0

v1.18.1

04 May 16:07

Choose a tag to compare

  • Update documentation for automatic variables
  • Fix clippy warning
  • Update dependencies with cargo update

v1.18.0

27 Apr 15:42

Choose a tag to compare

v1.17.0

09 Mar 19:04

Choose a tag to compare

v1.16.1

02 Mar 22:18

Choose a tag to compare

  • Documentation updates
  • Update dependencies with cargo update

v1.16.0

16 Feb 13:08

Choose a tag to compare

  • Record and log error metrics consistently for all types of command errors
  • Update behavior of --exit-on-error option to wait for all in-progress commands to finish
  • Update dependencies with cargo update

v1.15.0

11 Feb 19:49

Choose a tag to compare

  • Improve error handling and add to manual https://github.com/aaronriekenberg/rust-parallel/wiki/Manual#error-handling
    • Log errors for commands and at end of main log number of failing commands.
    • If at least one command fails rust-parallel exits with status 1
  • Add option --exit-on-error to specify rust-parallel exits with status 1 immediately when first command failure is seen.
  • Update dependencies with cargo update

v1.14.0

28 Jan 20:14

Choose a tag to compare

  • Add --no-run-if-empty option, fixes #11
  • Change to MIT license
  • Update dependencies with cargo update

v1.13.1

20 Jan 20:53

Choose a tag to compare

  • Code cleanups
  • Update dependencies with cargo update