Releases: aaronriekenberg/rust-parallel
Releases · aaronriekenberg/rust-parallel
v1.11.0
- Add dry-run mode to simulate commands that would be run before starting a job
- Rewrite the regular expression code to not use the
expand
function in the regex library. Some benefits of this:- Removes restrictions on characters used in capture groups
- Makes it possible to use bash variables of the form
${var}
in commands - Code is simpler and easier to understand
- Regex processing is ~10% faster than previous approach.
- Update dependencies with
cargo update
v1.10.4
- Documentation improvements
- Update dependencies with
cargo update
v1.10.3
- Minor documentation fixes
- Update dependencies with
cargo update
v1.10.2
v1.10.1
- Escape
$
characters in arguments in regex mode to fix issue here: #9 (comment) - Update dependencies with
cargo update
v1.10.0
v1.9.1
- Add functions for default_shell and shell_argument
v1.9.0
- Update dependencies with cargo update
- Add windows release build, and default shell (
cmd
) and argument (/c
) for windows.
v1.8.3
- Update documentation
- Update dependencies with
cargo update
v1.8.2
- Update documentation
- Update dependencies with
cargo update