diff --git a/nextest-filtering/CHANGELOG.md b/nextest-filtering/CHANGELOG.md index ecf52ec1acd..66653dcaf09 100644 --- a/nextest-filtering/CHANGELOG.md +++ b/nextest-filtering/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.7.1] - 2024-01-09 + +### Fixed + +Internal cleanups: remove reliance on Incomplete. Thanks [@epage](https://github.com/epage) for the +contribution! + ## [0.7.0] - 2023-12-10 ### Changed @@ -87,6 +94,7 @@ For more information, see the changelog for [cargo-nextest 0.9.64](https://nexte Initial release. +[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 [0.6.0]: https://github.com/nextest-rs/nextest/releases/tag/nextest-filtering-0.6.0 [0.5.1]: https://github.com/nextest-rs/nextest/releases/tag/nextest-filtering-0.5.1 diff --git a/nextest-runner/CHANGELOG.md b/nextest-runner/CHANGELOG.md index d58b5f11b1b..62d287751bd 100644 --- a/nextest-runner/CHANGELOG.md +++ b/nextest-runner/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [0.53.0] - 2024-01-09 + +See the changelog for [cargo-nextest 0.9.67](https://nexte.st/CHANGELOG.html#0967---2024-01-09). + ## [0.52.2] - 2023-12-10 See the changelog for [cargo-nextest 0.9.65](https://nexte.st/CHANGELOG.html#0965---2023-12-10). @@ -422,6 +426,7 @@ Thanks to [Guiguiprim](https://github.com/Guiguiprim) for their contributions to - Initial version. +[0.53.0]: https://github.com/nextest-rs/nextest/releases/tag/nextest-runner-0.53.0 [0.52.2]: https://github.com/nextest-rs/nextest/releases/tag/nextest-runner-0.52.2 [0.52.1]: https://github.com/nextest-rs/nextest/releases/tag/nextest-runner-0.52.1 [0.52.0]: https://github.com/nextest-rs/nextest/releases/tag/nextest-runner-0.52.0 diff --git a/site/src/CHANGELOG.md b/site/src/CHANGELOG.md index e2b4452d989..d05d66bb54a 100644 --- a/site/src/CHANGELOG.md +++ b/site/src/CHANGELOG.md @@ -3,6 +3,16 @@ 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.67-rc.1] - 2024-01-09 + +### Added + +- More work on [machine-readable output for test runs](https://nexte.st/book/run-machine-readable): for failing tests, output is now included under the `stdout` field. This was a large effort which required figuring out how to combine stdout and stderr into the same buffer. Thanks again [Jake](https://github.com/Jake-Shadle) for your contribution! + +### Fixed + +- On SIGTERM and SIGHUP, outputs for cancelled and failed tests are now displayed. (Output is still hidden on SIGINT to match typical user expectations.) + ## [0.9.66] - 2023-12-10 ### Added @@ -916,6 +926,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.67-rc.1]: https://github.com/nextest-rs/nextest/releases/tag/cargo-nextest-0.9.67-rc.1 [0.9.66]: https://github.com/nextest-rs/nextest/releases/tag/cargo-nextest-0.9.66 [0.9.65]: https://github.com/nextest-rs/nextest/releases/tag/cargo-nextest-0.9.65 [0.9.64]: https://github.com/nextest-rs/nextest/releases/tag/cargo-nextest-0.9.64