Skip to content

Releases: nextest-rs/nextest

cargo-nextest 0.9.62

15 Nov 03:57
Compare
Choose a tag to compare

Added

  • If you create a symlink manually named cargo-ntr and pointing to cargo-nextest, you can now
    shorten cargo nextest run to cargo ntr. In the future, this symlink will be automatically
    created at install time.

Changed

  • Deprecated test name filters passed in before --. For example, cargo nextest run my_test is deprecated; use cargo nextest run -- my_test instead. See #1109 for motivation and more information.
  • x86_64-unknown-linux-gnu builds are now performed using cargo zigbuild. The minimum glibc version remains unchanged at 2.27. Please file a bug report if you encounter any issues with this change.

Fixed

  • Fixed crashes under some Cargo edge cases, e.g. #1090.

quick-junit 0.3.5

27 Oct 19:34
Compare
Choose a tag to compare

Fixed

  • Corrected the rust-version field in Cargo.toml to 1.70.

Changed

  • The chrono dependency no longer imports the clock feature. This helps cut down on the dependency tree. Thanks @littledivy for your first contribution!

cargo-nextest 0.9.62-a.2

23 Oct 05:38
Compare
Choose a tag to compare
Pre-release

This is a test release.

cargo-nextest 0.9.62-a.1

23 Oct 05:20
Compare
Choose a tag to compare
Pre-release

This is a test release.

cargo-nextest 0.9.62-a.0

23 Oct 05:16
Compare
Choose a tag to compare
Pre-release

This is a test release.

quick-junit 0.3.4

22 Oct 21:51
Compare
Choose a tag to compare

Fixed

  • Output::new now strips ANSI escapes as well. Thanks @MaienM for your first contribution!

Changed

  • MSRV updated to Rust 1.70.

nextest-runner 0.48.0

22 Oct 22:26
Compare
Choose a tag to compare

nextest-filtering 0.5.1

22 Oct 21:55
Compare
Choose a tag to compare

Changed

  • Internal dependency updates.
  • MSRV updated to Rust 1.70.

cargo-nextest 0.9.61

22 Oct 23:56
Compare
Choose a tag to compare

Changed

  • The grace period in slow-timeout.grace-period now applies to terminations as well. Thanks @kallisti-dev for your first contribution!

Fixed

  • JUnit output now strips ANSI escapes as well. Thanks @MaienM for your first contribution!

cargo-nextest 0.9.60

22 Oct 22:37
Compare
Choose a tag to compare

Changed

  • The grace period in slow-timeout.grace-period now applies to terminations as well. Thanks @kallisti-dev for your first contribution!

Fixed

  • JUnit output now strips ANSI escapes as well. Thanks @MaienM for your first contribution!