From a20d4f62a8531fd08e2f1d074a8970eafd37e2e9 Mon Sep 17 00:00:00 2001 From: Rain Date: Wed, 23 Feb 2022 09:57:47 -0800 Subject: [PATCH] [cargo-nextest] prepare for release --- Cargo.lock | 2 +- cargo-nextest/Cargo.toml | 2 +- site/src/CHANGELOG.md | 14 ++++++++++++++ 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6562497ce92..fad91ad479c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -111,7 +111,7 @@ dependencies = [ [[package]] name = "cargo-nextest" -version = "0.9.6" +version = "0.9.7" dependencies = [ "camino", "cfg-if", diff --git a/cargo-nextest/Cargo.toml b/cargo-nextest/Cargo.toml index 1f59eb39b5c..884eef0fc9c 100644 --- a/cargo-nextest/Cargo.toml +++ b/cargo-nextest/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "cargo-nextest" description = "A next-generation test runner for Rust." -version = "0.9.6" +version = "0.9.7" readme = "README.md" license = "Apache-2.0 OR MIT" repository = "https://github.com/nextest-rs/nextest" diff --git a/site/src/CHANGELOG.md b/site/src/CHANGELOG.md index 773b8dce083..a23b76abf53 100644 --- a/site/src/CHANGELOG.md +++ b/site/src/CHANGELOG.md @@ -3,6 +3,19 @@ This page documents new features and bugfixes for cargo-nextest. Please see the [stability policy](book/stability.md) for how versioning works with cargo-nextest. +## [0.9.7] - 2022-02-23 + +### Fixed + +- If parsing target runner configuration fails, warn and proceed without a target runner rather than erroring out. + +### Known issues + +- Parsing an array of strings for the target runner currently fails: [#73]. A fix is being worked on in [#75]. + +[#73]: https://github.com/nextest-rs/nextest/issues/73 +[#75]: https://github.com/nextest-rs/nextest/pull/75 + ## [0.9.6] - 2022-02-22 ### Added @@ -67,6 +80,7 @@ Supported in this initial release: * [Test retries](book/retries.md) and flaky test detection * [JUnit support](book/junit.md) for integration with other test tooling +[0.9.7]: https://github.com/nextest-rs/nextest/releases/tag/cargo-nextest-0.9.7 [0.9.6]: https://github.com/nextest-rs/nextest/releases/tag/cargo-nextest-0.9.6 [0.9.5]: https://github.com/nextest-rs/nextest/releases/tag/cargo-nextest-0.9.5 [0.9.4]: https://github.com/nextest-rs/nextest/releases/tag/cargo-nextest-0.9.4