diff --git a/nextest-filtering/CHANGELOG.md b/nextest-filtering/CHANGELOG.md index 59c7add97c3..d0bb310c1a5 100644 --- a/nextest-filtering/CHANGELOG.md +++ b/nextest-filtering/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.9.0] - 2024-05-23 + +### Changed + +- MSRV updated to Rust 1.74. +- nextest-metadata updated to 0.11.0. + ## [0.8.0] - 2024-03-04 ### Changed @@ -102,6 +109,7 @@ For more information, see the changelog for [cargo-nextest 0.9.64](https://nexte Initial release. +[0.9.0]: https://github.com/nextest-rs/nextest/releases/tag/nextest-filtering-0.9.0 [0.8.0]: https://github.com/nextest-rs/nextest/releases/tag/nextest-filtering-0.8.0 [0.7.1]: https://github.com/nextest-rs/nextest/releases/tag/nextest-filtering-0.7.1 [0.7.0]: https://github.com/nextest-rs/nextest/releases/tag/nextest-filtering-0.7.0 diff --git a/nextest-metadata/CHANGELOG.md b/nextest-metadata/CHANGELOG.md index 61473e8af09..c03a7615680 100644 --- a/nextest-metadata/CHANGELOG.md +++ b/nextest-metadata/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [0.11.0] - 2024-05-023 +## [0.11.0] - 2024-05-23 ### Added diff --git a/nextest-metadata/src/test_list.rs b/nextest-metadata/src/test_list.rs index 1975d561aab..1af9d0faa4b 100644 --- a/nextest-metadata/src/test_list.rs +++ b/nextest-metadata/src/test_list.rs @@ -485,7 +485,7 @@ pub struct RustBuildMetaSummary { /// The build platforms used while compiling the Rust artifacts. /// - /// Added in cargo-nextest 0.9.71. + /// Added in cargo-nextest 0.9.72. #[serde(default)] pub platforms: Option, diff --git a/nextest-runner/CHANGELOG.md b/nextest-runner/CHANGELOG.md index 0060ec950d8..10d57203cd2 100644 --- a/nextest-runner/CHANGELOG.md +++ b/nextest-runner/CHANGELOG.md @@ -1,8 +1,12 @@ # Changelog +## [0.56.1] - 2024-05-23 + +See the changelog for [cargo-nextest 0.9.72](https://nexte.st/CHANGELOG.html#0972---2024-05-23). + ## [0.56.0] - 2024-05-23 -See the changelog for [cargo-nextest 0.9.71](https://nexte.st/CHANGELOG.html#0971---2024-05-23). +(This version was not published due to a release issue.) ## [0.55.0] - 2023-04-24 @@ -446,6 +450,7 @@ Thanks to [Guiguiprim](https://github.com/Guiguiprim) for their contributions to - Initial version. +[0.56.1]: https://github.com/nextest-rs/nextest/releases/tag/nextest-runner-0.56.1 [0.56.0]: https://github.com/nextest-rs/nextest/releases/tag/nextest-runner-0.56.0 [0.55.0]: https://github.com/nextest-rs/nextest/releases/tag/nextest-runner-0.55.0 [0.54.1]: https://github.com/nextest-rs/nextest/releases/tag/nextest-runner-0.54.1 diff --git a/site/src/CHANGELOG.md b/site/src/CHANGELOG.md index bc7187e92af..81abf25e45d 100644 --- a/site/src/CHANGELOG.md +++ b/site/src/CHANGELOG.md @@ -3,7 +3,7 @@ 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.71] - 2024-05-23 +## [0.9.72] - 2024-05-23 ### Fixed @@ -25,6 +25,10 @@ Thanks to [06393993](https://github.com/06393993) for your first contribution! As part of the above fix, libstd is now included in all archives. This makes archives around 4MB bigger, or around 8MB in cross-compilation scenarios. (It is possible to address this via config knobs -- if this is particularly bothersome to you, please post in [#1515](https://github.com/nextest-rs/nextest/issues/1515).) +## [0.9.71] - 2024-05-23 + +(This version was not published due to a release issue.) + ## [0.9.70] - 2024-04-24 ### Added @@ -1006,6 +1010,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.72]: https://github.com/nextest-rs/nextest/releases/tag/cargo-nextest-0.9.72 [0.9.71]: https://github.com/nextest-rs/nextest/releases/tag/cargo-nextest-0.9.71 [0.9.70]: https://github.com/nextest-rs/nextest/releases/tag/cargo-nextest-0.9.70 [0.9.69]: https://github.com/nextest-rs/nextest/releases/tag/cargo-nextest-0.9.69