You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: site/src/changelog.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,12 @@ toc_depth: 1
8
8
This page documents new features and bugfixes for cargo-nextest. Please see the [stability
9
9
policy](https://nexte.st/docs/stability/) for how versioning works with cargo-nextest.
10
10
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
+
11
17
## [0.9.80] - 2024-10-05
12
18
13
19
### Added
@@ -1120,6 +1126,7 @@ Supported in this initial release:
1120
1126
- [Test retries](https://nexte.st/book/retries.md) and flaky test detection
1121
1127
- [JUnit support](https://nexte.st/book/junit.md) for integration with other test tooling
0 commit comments