File tree Expand file tree Collapse file tree 5 files changed +24
-5
lines changed Expand file tree Collapse file tree 5 files changed +24
-5
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " cargo-nextest"
3
3
description = " A next-generation test runner for Rust."
4
- version = " 0.9.33 "
4
+ version = " 0.9.34 "
5
5
readme = " README.md"
6
6
license = " Apache-2.0 OR MIT"
7
7
repository = " https://github.com/nextest-rs/nextest"
@@ -27,7 +27,7 @@ log = "0.4.17"
27
27
itertools = " 0.10.3"
28
28
miette = { version = " 5.3.0" , features = [" fancy" ] }
29
29
nextest-filtering = { version = " =0.2.1" , path = " ../nextest-filtering" }
30
- nextest-runner = { version = " =0.22.1 " , path = " ../nextest-runner" }
30
+ nextest-runner = { version = " =0.22.2 " , path = " ../nextest-runner" }
31
31
nextest-metadata = { version = " =0.5.0" , path = " ../nextest-metadata" }
32
32
num_cpus = " 1.13.1"
33
33
once_cell = " 1.13.0"
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.22.2] - 2022-08-12
4
+
5
+ ### Changed
6
+
7
+ See the changelog for [ cargo-nextest 0.9.34] ( https://nexte.st/CHANGELOG.html#0934---2022-08-12 ) .
8
+
3
9
## [ 0.22.1] - 2022-07-31
4
10
5
11
### Fixed
@@ -267,6 +273,7 @@ Thanks to [Guiguiprim](https://github.com/Guiguiprim) for their contributions to
267
273
268
274
- Initial version.
269
275
276
+ [0 .22 .2 ]: https://github.com/nextest-rs/nextest/releases/tag/nextest-runner-0.22.2
270
277
[0 .22 .1 ]: https://github.com/nextest-rs/nextest/releases/tag/nextest-runner-0.22.1
271
278
[0 .22 .0 ]: https://github.com/nextest-rs/nextest/releases/tag/nextest-runner-0.22.0
272
279
[0 .21 .0 ]: https://github.com/nextest-rs/nextest/releases/tag/nextest-runner-0.21.0
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " nextest-runner"
3
3
description = " Core runner logic for cargo nextest."
4
- version = " 0.22.1 "
4
+ version = " 0.22.2 "
5
5
readme = " README.md"
6
6
license = " MIT OR Apache-2.0"
7
7
repository = " https://github.com/nextest-rs/nextest"
Original file line number Diff line number Diff line change 3
3
This page documents new features and bugfixes for cargo-nextest. Please see the [ stability
4
4
policy] ( book/stability.md ) for how versioning works with cargo-nextest.
5
5
6
+ ## [ 0.9.34] - 2022-08-12
7
+
8
+ ### Added
9
+
10
+ - For ` cargo nextest self update ` , added ` -f ` as a short-form alias for ` --force ` .
11
+
12
+ ### Fixed
13
+
14
+ - Tests are no longer retried after a run is canceled. Thanks [ iskyzh] for your contribution!
15
+
16
+ [ iskyzh ] : https://github.com/iskyzh
17
+
6
18
## [ 0.9.33] - 2022-07-31
7
19
8
20
### Fixed
You can’t perform that action at this time.
0 commit comments