Skip to content

Commit 0a97177

Browse files
committed
[meta] prepare releases
1 parent 4ab3e29 commit 0a97177

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

nextest-runner/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## [0.64.0] - 2024-10-02
4+
5+
See the changelog for [cargo-nextest 0.9.81](https://nexte.st/changelog#0.9.81).
6+
37
## [0.63.0] - 2024-10-02
48

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

479483
- Initial version.
480484

485+
[0.64.0]: https://github.com/nextest-rs/nextest/releases/tag/nextest-runner-0.64.0
481486
[0.63.0]: https://github.com/nextest-rs/nextest/releases/tag/nextest-runner-0.63.0
482487
[0.62.0]: https://github.com/nextest-rs/nextest/releases/tag/nextest-runner-0.62.0
483488
[0.61.0]: https://github.com/nextest-rs/nextest/releases/tag/nextest-runner-0.61.0

site/src/changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ toc_depth: 1
88
This page documents new features and bugfixes for cargo-nextest. Please see the [stability
99
policy](https://nexte.st/docs/stability/) for how versioning works with cargo-nextest.
1010

11+
## [0.9.81] - 2024-10-06
12+
13+
### Fixed
14+
15+
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.
16+
1117
## [0.9.80] - 2024-10-05
1218

1319
### Added
@@ -1120,6 +1126,7 @@ Supported in this initial release:
11201126
- [Test retries](https://nexte.st/book/retries.md) and flaky test detection
11211127
- [JUnit support](https://nexte.st/book/junit.md) for integration with other test tooling
11221128

1129+
[0.9.81]: https://github.com/nextest-rs/nextest/releases/tag/cargo-nextest-0.9.81
11231130
[0.9.80]: https://github.com/nextest-rs/nextest/releases/tag/cargo-nextest-0.9.80
11241131
[0.9.79]: https://github.com/nextest-rs/nextest/releases/tag/cargo-nextest-0.9.79
11251132
[0.9.78]: https://github.com/nextest-rs/nextest/releases/tag/cargo-nextest-0.9.78

0 commit comments

Comments
 (0)