Skip to content

Commit a20d4f6

Browse files
committed
[cargo-nextest] prepare for release
1 parent 7d63f81 commit a20d4f6

3 files changed

Lines changed: 16 additions & 2 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cargo-nextest/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "cargo-nextest"
33
description = "A next-generation test runner for Rust."
4-
version = "0.9.6"
4+
version = "0.9.7"
55
readme = "README.md"
66
license = "Apache-2.0 OR MIT"
77
repository = "https://github.com/nextest-rs/nextest"

site/src/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
33
This page documents new features and bugfixes for cargo-nextest. Please see the [stability
44
policy](book/stability.md) for how versioning works with cargo-nextest.
55

6+
## [0.9.7] - 2022-02-23
7+
8+
### Fixed
9+
10+
- If parsing target runner configuration fails, warn and proceed without a target runner rather than erroring out.
11+
12+
### Known issues
13+
14+
- Parsing an array of strings for the target runner currently fails: [#73]. A fix is being worked on in [#75].
15+
16+
[#73]: https://github.com/nextest-rs/nextest/issues/73
17+
[#75]: https://github.com/nextest-rs/nextest/pull/75
18+
619
## [0.9.6] - 2022-02-22
720

821
### Added
@@ -67,6 +80,7 @@ Supported in this initial release:
6780
* [Test retries](book/retries.md) and flaky test detection
6881
* [JUnit support](book/junit.md) for integration with other test tooling
6982

83+
[0.9.7]: https://github.com/nextest-rs/nextest/releases/tag/cargo-nextest-0.9.7
7084
[0.9.6]: https://github.com/nextest-rs/nextest/releases/tag/cargo-nextest-0.9.6
7185
[0.9.5]: https://github.com/nextest-rs/nextest/releases/tag/cargo-nextest-0.9.5
7286
[0.9.4]: https://github.com/nextest-rs/nextest/releases/tag/cargo-nextest-0.9.4

0 commit comments

Comments
 (0)