Releases: nextest-rs/nextest
Releases · nextest-rs/nextest
nextest-runner 0.53.1
See the changelog for cargo-nextest 0.9.67.
nextest-runner 0.53.0
See the changelog for cargo-nextest 0.9.67.
nextest-filtering 0.7.1
Fixed
Internal cleanups: remove reliance on Incomplete. Thanks @epage for the
contribution!
cargo-nextest 0.9.67
Added
- More work on machine-readable output for test runs: for failing tests, output is now included under the
stdout
field. This was a large effort which required figuring out how to combine stdout and stderr into the same buffer. Thanks again Jake for your contribution!
Fixed
- On SIGTERM and SIGHUP, outputs for cancelled and failed tests are now displayed. (Output is still hidden on SIGINT to match typical user expectations.)
cargo-nextest 0.9.67-rc.1
Added
- More work on machine-readable output for test runs: for failing tests, output is now included under the
stdout
field. This was a large effort which required figuring out how to combine stdout and stderr into the same buffer. Thanks again Jake for your contribution!
Fixed
- On SIGTERM and SIGHUP, outputs for cancelled and failed tests are now displayed. (Output is still hidden on SIGINT to match typical user expectations.)
nextest-runner 0.52.2
See the changelog for cargo-nextest 0.9.65.
Fixed
Downgraded tar to 0.4.39, which compiles on illumos (0.4.40 does not due to an update to the xattr
transitive dependency, which has a bug on unsupported
platforms.)
nextest-runner 0.52.1
See the changelog for cargo-nextest 0.9.65.
nextest-runner 0.52.0
See the changelog for cargo-nextest 0.9.65.
nextest-metadata 0.10.0
Added
RustBuildMetaSummary
has a new field calledbuild_script_out_dirs
. This is a map of workspace package IDs to their corresponding build scriptOUT_DIR
s.
Misc
- The
.crate
files uploaded to crates.io now contain theLICENSE-APACHE
andLICENSE-MIT
license files. Thanks @musicinmybrain for your first contribution!
nextest-filtering 0.7.0
Changed
nextest-metadata
updated to 0.10.
Misc
- The
.crate
files uploaded to crates.io now contain theLICENSE-APACHE
andLICENSE-MIT
license files. Thanks @musicinmybrain for your first contribution!