Skip to content

Commit 10dc3f3

Browse files
committed
[cargo-nextest] prepare for release
1 parent 1569586 commit 10dc3f3

3 files changed

Lines changed: 10 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.10"
4+
version = "0.9.11"
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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
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.11] - 2022-03-09
7+
8+
### Fixed
9+
10+
- Update `regex` to 1.5.5 to address [GHSA-m5pq-gvj9-9vr8
11+
(CVE-2022-24713)](https://github.com/rust-lang/regex/security/advisories/GHSA-m5pq-gvj9-9vr8).
12+
613
## [0.9.10] - 2022-03-07
714

815
Thanks to [Guiguiprim](https://github.com/Guiguiprim) for their contributions to this release!
@@ -122,6 +129,7 @@ Supported in this initial release:
122129
* [Test retries](book/retries.md) and flaky test detection
123130
* [JUnit support](book/junit.md) for integration with other test tooling
124131

132+
[0.9.11]: https://github.com/nextest-rs/nextest/releases/tag/cargo-nextest-0.9.11
125133
[0.9.10]: https://github.com/nextest-rs/nextest/releases/tag/cargo-nextest-0.9.10
126134
[0.9.9]: https://github.com/nextest-rs/nextest/releases/tag/cargo-nextest-0.9.9
127135
[0.9.8]: https://github.com/nextest-rs/nextest/releases/tag/cargo-nextest-0.9.8

0 commit comments

Comments
 (0)