Skip to content

v1.15.0

Compare
Choose a tag to compare
@github-actions github-actions released this 11 Feb 19:49
· 112 commits to main since this release
  • 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