Skip to content

Releases: nextest-rs/nextest

cargo-nextest 0.9.4-rc.2

17 Feb 01:32
Compare
Choose a tag to compare
Pre-release

(Temporary release note) This is an attempt to publish release binaries.

cargo-nextest 0.9.4-rc.1

16 Feb 20:19
Compare
Choose a tag to compare
Pre-release

(Temporary release note) This is an attempt to publish release binaries.

cargo-nextest 0.9.3

14 Feb 22:23
Compare
Choose a tag to compare

Fixed

  • Add a BufWriter around stderr for the reporter, reducing the number of syscalls and fixing
    issues around output overlap on Windows (#35). Thanks @fdncred for reporting this!

cargo-nextest 0.9.2

14 Feb 18:47
Compare
Choose a tag to compare

Fixed

  • Running cargo nextest from within a crate now runs tests for just that crate, similar to cargo
    test. Thanks Yaron Wittenstein
    for reporting this!

quick-junit 0.1.5

13 Feb 23:50
Compare
Choose a tag to compare

Changed

  • Lower MSRV to Rust 1.54.

nextest-runner 0.1.1

13 Feb 23:49
Compare
Choose a tag to compare

Changed

  • Updated quick-junit to 0.1.5, fixing builds on Rust 1.54.

nextest-runner 0.1.0

13 Feb 23:29
Compare
Choose a tag to compare
  • Initial version.

nextest-metadata 0.1.0

13 Feb 23:19
Compare
Choose a tag to compare
  • Initial version, with support for listing tests.

cargo-nextest 0.9.1

13 Feb 23:49
Compare
Choose a tag to compare

Changed

  • Updated nextest-runner to 0.1.1, fixing builds on Rust 1.54.

cargo-nextest 0.9.0

13 Feb 23:29
Compare
Choose a tag to compare

Initial release. Happy Valentine's day!

Added

Supported in this initial release: