Skip to content

Commit d63ca17

Browse files
committed
[meta] prepare releases
1 parent a61a512 commit d63ca17

File tree

5 files changed

+24
-5
lines changed

5 files changed

+24
-5
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cargo-nextest/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "cargo-nextest"
33
description = "A next-generation test runner for Rust."
4-
version = "0.9.33"
4+
version = "0.9.34"
55
readme = "README.md"
66
license = "Apache-2.0 OR MIT"
77
repository = "https://github.com/nextest-rs/nextest"
@@ -27,7 +27,7 @@ log = "0.4.17"
2727
itertools = "0.10.3"
2828
miette = { version = "5.3.0", features = ["fancy"] }
2929
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" }
3131
nextest-metadata = { version = "=0.5.0", path = "../nextest-metadata" }
3232
num_cpus = "1.13.1"
3333
once_cell = "1.13.0"

nextest-runner/CHANGELOG.md

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

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+
39
## [0.22.1] - 2022-07-31
410

511
### Fixed
@@ -267,6 +273,7 @@ Thanks to [Guiguiprim](https://github.com/Guiguiprim) for their contributions to
267273

268274
- Initial version.
269275

276+
[0.22.2]: https://github.com/nextest-rs/nextest/releases/tag/nextest-runner-0.22.2
270277
[0.22.1]: https://github.com/nextest-rs/nextest/releases/tag/nextest-runner-0.22.1
271278
[0.22.0]: https://github.com/nextest-rs/nextest/releases/tag/nextest-runner-0.22.0
272279
[0.21.0]: https://github.com/nextest-rs/nextest/releases/tag/nextest-runner-0.21.0

nextest-runner/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "nextest-runner"
33
description = "Core runner logic for cargo nextest."
4-
version = "0.22.1"
4+
version = "0.22.2"
55
readme = "README.md"
66
license = "MIT OR Apache-2.0"
77
repository = "https://github.com/nextest-rs/nextest"

site/src/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
This page documents new features and bugfixes for cargo-nextest. Please see the [stability
44
policy](book/stability.md) for how versioning works with cargo-nextest.
55

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+
618
## [0.9.33] - 2022-07-31
719

820
### Fixed

0 commit comments

Comments
 (0)