diff --git a/nextest-filtering/CHANGELOG.md b/nextest-filtering/CHANGELOG.md index 0a0e8931702..2951e51f67a 100644 --- a/nextest-filtering/CHANGELOG.md +++ b/nextest-filtering/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## [0.11.0] - 2024-08-25 ### Changed @@ -128,6 +128,7 @@ For more information, see the changelog for [cargo-nextest 0.9.64](https://nexte Initial release. +[0.11.0]: https://github.com/nextest-rs/nextest/releases/tag/nextest-filtering-0.11.0 [0.10.0]: https://github.com/nextest-rs/nextest/releases/tag/nextest-filtering-0.10.0 [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 diff --git a/nextest-metadata/CHANGELOG.md b/nextest-metadata/CHANGELOG.md index 844408626c0..ddd4608acd1 100644 --- a/nextest-metadata/CHANGELOG.md +++ b/nextest-metadata/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.11.3] - 2024-08-25 + +### Changed + +- `NextestExitCode::INVALID_FILTER_EXPRESSION` has been renamed to + `NextestExitCode::INVALID_FILTERSET`. The old name is kept around as a deprecated alias -- it will + be removed in the next major version. + ## [0.11.2] - 2024-08-23 ### Added @@ -221,6 +229,7 @@ This release is compatible with cargo-nextest 0.9.10 and later. - Initial version, with support for listing tests. +[0.11.3]: https://github.com/nextest-rs/nextest/releases/tag/nextest-metadata-0.11.3 [0.11.2]: https://github.com/nextest-rs/nextest/releases/tag/nextest-metadata-0.11.2 [0.11.1]: https://github.com/nextest-rs/nextest/releases/tag/nextest-metadata-0.11.1 [0.11.0]: https://github.com/nextest-rs/nextest/releases/tag/nextest-metadata-0.11.0 diff --git a/nextest-runner/CHANGELOG.md b/nextest-runner/CHANGELOG.md index f86387a46f1..8b59af26dca 100644 --- a/nextest-runner/CHANGELOG.md +++ b/nextest-runner/CHANGELOG.md @@ -1,6 +1,10 @@ # Changelog -## [0.58.0] - 2024-08-18 +## [0.59.0] - 2024-08-25 + +See the changelog for [cargo-nextest 0.9.76](https://nexte.st/changelog#0.9.76). + +## [0.58.0] - 2024-08-23 See the changelog for [cargo-nextest 0.9.75](https://nexte.st/CHANGELOG.html#0.9.75). @@ -458,6 +462,7 @@ Thanks to [Guiguiprim](https://github.com/Guiguiprim) for their contributions to - Initial version. +[0.59.0]: https://github.com/nextest-rs/nextest/releases/tag/nextest-runner-0.59.0 [0.58.0]: https://github.com/nextest-rs/nextest/releases/tag/nextest-runner-0.58.0 [0.57.0]: https://github.com/nextest-rs/nextest/releases/tag/nextest-runner-0.57.0 [0.56.1]: https://github.com/nextest-rs/nextest/releases/tag/nextest-runner-0.56.1 diff --git a/site/src/changelog.md b/site/src/changelog.md index 03bfec512a0..ac31f8c0511 100644 --- a/site/src/changelog.md +++ b/site/src/changelog.md @@ -8,6 +8,26 @@ toc_depth: 1 This page documents new features and bugfixes for cargo-nextest. Please see the [stability policy](https://nexte.st/docs/stability/) for how versioning works with cargo-nextest. +## [0.9.76] - 2024-08-25 + +### Added + +- A new `--bound=all` option disables the default set on the command line. +- `--run-ignored ignored-only` has been shortened to `--run-ignored only`. (The old name still works + as an alias.) + +### Fixed + +- Documentation links updated to point to the new website. + +### Changed + +- Previously, passing in any `-E` options would disable the default set. However in practice that + was found to be too confusing, and this behavior has been removed. Instead, use `--bound`. + + This is technically a breaking change, but default sets aren't in wide use yet so this should have + minimal impact. + ## [0.9.75] - 2024-08-23 ### Added @@ -1044,6 +1064,7 @@ Supported in this initial release: - [Test retries](https://nexte.st/book/retries.md) and flaky test detection - [JUnit support](https://nexte.st/book/junit.md) for integration with other test tooling +[0.9.76]: https://github.com/nextest-rs/nextest/releases/tag/cargo-nextest-0.9.76 [0.9.75]: https://github.com/nextest-rs/nextest/releases/tag/cargo-nextest-0.9.75 [0.9.74]: https://github.com/nextest-rs/nextest/releases/tag/cargo-nextest-0.9.74 [0.9.73]: https://github.com/nextest-rs/nextest/releases/tag/cargo-nextest-0.9.73