Skip to content

Releases: aaronriekenberg/rust-parallel

v1.23.0

Choose a tag to compare

@aaronriekenberg aaronriekenberg released this 17 May 15:39

What's Changed

  • Add percentage for jobs option, fixes #85
  • Update logic for exit on error option to exit after first command failure, fixes #98
  • Bump libc from 0.2.184 to 0.2.185 by @dependabot[bot] in #88
  • Bump bitflags from 2.11.0 to 2.11.1 by @dependabot[bot] in #89
  • Bump tokio from 1.51.1 to 1.52.0 by @dependabot[bot] in #90
  • Bump clap from 4.6.0 to 4.6.1 by @dependabot[bot] in #91
  • Bump tokio from 1.52.0 to 1.52.1 by @dependabot[bot] in #92
  • Bump assert_cmd from 2.2.0 to 2.2.1 by @dependabot[bot] in #93
  • Bump libc from 0.2.185 to 0.2.186 by @dependabot[bot] in #94
  • Bump tokio from 1.52.1 to 1.52.2 by @dependabot[bot] in #95
  • Bump tokio from 1.52.2 to 1.52.3 by @dependabot[bot] in #96
  • Bump assert_cmd from 2.2.1 to 2.2.2 by @dependabot[bot] in #97

Full Changelog: v1.22.0...v1.23.0

v1.22.0

Choose a tag to compare

@aaronriekenberg aaronriekenberg released this 28 Feb 17:45

What's Changed

  • Use bash path instead of /bin/bash, e.g. needed for NixOs (closes #86) by @tobiasBora in #87

New Contributors

Full Changelog: v1.21.0...v1.22.0

v1.21.0

Choose a tag to compare

@github-actions github-actions released this 25 Jan 11:57

What's Changed

Full Changelog: v1.20.0...v1.21.0

v1.20.0

Choose a tag to compare

@github-actions github-actions released this 29 Nov 22:26

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

Choose a tag to compare

@github-actions github-actions released this 23 Nov 18:09

What's Changed

New Contributors

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

v1.18.1

Choose a tag to compare

@github-actions github-actions released this 04 May 16:07
  • Update documentation for automatic variables
  • Fix clippy warning
  • Update dependencies with cargo update

v1.18.0

Choose a tag to compare

@github-actions github-actions released this 27 Apr 15:42

v1.17.0

Choose a tag to compare

@github-actions github-actions released this 09 Mar 19:04

v1.16.1

Choose a tag to compare

@github-actions github-actions released this 02 Mar 22:18
  • Documentation updates
  • Update dependencies with cargo update

v1.16.0

Choose a tag to compare

@github-actions github-actions released this 16 Feb 13:08
  • 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