Skip to content

Commit 5fa8a77

Browse files
committed
[nextest-runner] do a release as well
1 parent 5c826a3 commit 5fa8a77

4 files changed

Lines changed: 8 additions & 3 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cargo-nextest/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ enable-ansi-support = "0.1.2"
2323
env_logger = { version = "0.9.0", default-features = false }
2424
guppy = "0.13.0"
2525
log = "0.4.14"
26-
nextest-runner = { version = "0.2.0", path = "../nextest-runner" }
26+
nextest-runner = { version = "0.2.1", path = "../nextest-runner" }
2727
nextest-metadata = { version = "0.1.0", path = "../nextest-metadata" }
2828
owo-colors = { version = "3.2.0", features = ["supports-colors"] }
2929
shellwords = "1.1.0"

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.2.1] - 2022-02-23
4+
5+
- Improvements to `TargetRunnerError` message display: source errors are no longer displayed directly, only in "caused by".
6+
37
## [0.2.0] - 2022-02-22
48

59
### Added
@@ -24,6 +28,7 @@
2428

2529
- Initial version.
2630

31+
[0.2.1]: https://github.com/nextest-rs/nextest/releases/tag/nextest-runner-0.2.1
2732
[0.2.0]: https://github.com/nextest-rs/nextest/releases/tag/nextest-runner-0.2.0
2833
[0.1.2]: https://github.com/nextest-rs/nextest/releases/tag/nextest-runner-0.1.2
2934
[0.1.1]: https://github.com/nextest-rs/nextest/releases/tag/nextest-runner-0.1.1

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.2.0"
4+
version = "0.2.1"
55
readme = "README.md"
66
license = "MIT OR Apache-2.0"
77
repository = "https://github.com/nextest-rs/nextest"

0 commit comments

Comments
 (0)