Skip to content

Commit

Permalink
[meta] prepare releases
Browse files Browse the repository at this point in the history
  • Loading branch information
sunshowers committed Aug 25, 2024
1 parent 723c6b1 commit 8d0eb29
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 2 deletions.
3 changes: 2 additions & 1 deletion nextest-filtering/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## [0.11.0] - 2024-08-25

### Changed

Expand Down Expand Up @@ -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
Expand Down
9 changes: 9 additions & 0 deletions nextest-metadata/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down
7 changes: 6 additions & 1 deletion nextest-runner/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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).

Expand Down Expand Up @@ -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
Expand Down
21 changes: 21 additions & 0 deletions site/src/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 8d0eb29

Please sign in to comment.