Skip to content

Commit

Permalink
[meta] prepare releases
Browse files Browse the repository at this point in the history
  • Loading branch information
sunshowers committed Oct 6, 2024
1 parent 4ab3e29 commit 0a97177
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
5 changes: 5 additions & 0 deletions nextest-runner/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [0.64.0] - 2024-10-02

See the changelog for [cargo-nextest 0.9.81](https://nexte.st/changelog#0.9.81).

## [0.63.0] - 2024-10-02

See the changelog for [cargo-nextest 0.9.80](https://nexte.st/changelog#0.9.80).
Expand Down Expand Up @@ -478,6 +482,7 @@ Thanks to [Guiguiprim](https://github.com/Guiguiprim) for their contributions to

- Initial version.

[0.64.0]: https://github.com/nextest-rs/nextest/releases/tag/nextest-runner-0.64.0
[0.63.0]: https://github.com/nextest-rs/nextest/releases/tag/nextest-runner-0.63.0
[0.62.0]: https://github.com/nextest-rs/nextest/releases/tag/nextest-runner-0.62.0
[0.61.0]: https://github.com/nextest-rs/nextest/releases/tag/nextest-runner-0.61.0
Expand Down
7 changes: 7 additions & 0 deletions site/src/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ 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.81] - 2024-10-06

### Fixed

Fixed semantics of `--exact` to match Rust's libtest: `--exact` now makes it so that all filters passed in after `--` (including `--skip` filters) are matched exactly.

## [0.9.80] - 2024-10-05

### Added
Expand Down Expand Up @@ -1120,6 +1126,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.81]: https://github.com/nextest-rs/nextest/releases/tag/cargo-nextest-0.9.81
[0.9.80]: https://github.com/nextest-rs/nextest/releases/tag/cargo-nextest-0.9.80
[0.9.79]: https://github.com/nextest-rs/nextest/releases/tag/cargo-nextest-0.9.79
[0.9.78]: https://github.com/nextest-rs/nextest/releases/tag/cargo-nextest-0.9.78
Expand Down

0 comments on commit 0a97177

Please sign in to comment.