File tree 7 files changed +30
-7
lines changed
7 files changed +30
-7
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.0 "
4
+ version = " 0.9.1 "
5
5
readme = " README.md"
6
6
license = " Apache-2.0 OR MIT"
7
7
repository = " https://github.com/nextest-rs/nextest"
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.1.1] - 2022-02-14
4
+
5
+ ### Changed
6
+
7
+ - Updated quick-junit to 0.1.5, fixing builds on Rust 1.54.
8
+
3
9
## [ 0.1.0] - 2022-02-14
4
10
5
11
- Initial version.
6
12
13
+ [ 0.1.1 ] : https://github.com/nextest-rs/nextest/releases/tag/nextest-runner-0.1.0
7
14
[ 0.1.0 ] : https://github.com/nextest-rs/nextest/releases/tag/nextest-runner-0.1.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.1.0 "
4
+ version = " 0.1.1 "
5
5
readme = " README.md"
6
6
license = " MIT OR Apache-2.0"
7
7
repository = " https://github.com/nextest-rs/nextest"
@@ -32,7 +32,7 @@ strip-ansi-escapes = "0.1.1"
32
32
twox-hash = { version = " 1.6.2" , default-features = false }
33
33
34
34
nextest-metadata = { version = " 0.1.0" , path = " ../nextest-metadata" }
35
- quick-junit = { version = " 0.1.4 " , path = " ../quick-junit" }
35
+ quick-junit = { version = " 0.1.5 " , path = " ../quick-junit" }
36
36
37
37
[dev-dependencies ]
38
38
color-eyre = { version = " 0.6.0" , default-features = false }
Original file line number Diff line number Diff line change 2
2
3
3
## Unreleased
4
4
5
+ ## [ 0.1.5] - 2022-02-14
6
+
7
+ ### Changed
8
+
9
+ - Lower MSRV to Rust 1.54.
10
+
11
+ ## Unreleased
12
+
5
13
## [ 0.1.4] - 2022-02-07
6
14
7
15
### Fixed
30
38
31
39
- Initial version.
32
40
41
+ [ 0.1.5 ] : https://github.com/nextest-rs/nextest/releases/tag/quick-junit-0.1.5
33
42
[ 0.1.4 ] : https://github.com/nextest-rs/nextest/releases/tag/quick-junit-0.1.4
34
43
[ 0.1.3 ] : https://github.com/diem/diem-devtools/releases/tag/quick-junit-0.1.3
35
44
[ 0.1.2 ] : https://github.com/diem/diem-devtools/releases/tag/quick-junit-0.1.2
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " quick-junit"
3
3
description = " Data model and serializer for JUnit/XUnit XML"
4
- version = " 0.1.4 "
4
+ version = " 0.1.5 "
5
5
readme = " README.md"
6
6
license = " Apache-2.0 OR MIT"
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.1] - 2022-02-14
7
+
8
+ ### Changed
9
+
10
+ - Updated nextest-runner to 0.1.1, fixing builds on Rust 1.54.
11
+
6
12
## [ 0.9.0] - 2022-02-14
7
13
8
14
** Initial release.** Happy Valentine's day!
@@ -17,4 +23,5 @@ Supported in this initial release:
17
23
* [ Test retries] ( book/retries.md ) and flaky test detection
18
24
* [ JUnit support] ( book/junit.md ) for integration with other test tooling
19
25
26
+ [ 0.9.1 ] : https://github.com/nextest-rs/nextest/releases/tag/cargo-nextest-0.9.1
20
27
[ 0.9.0 ] : https://github.com/nextest-rs/nextest/releases/tag/cargo-nextest-0.9.0
You can’t perform that action at this time.
0 commit comments