File tree 2 files changed +9
-1
lines changed
2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " fixture-data"
3
3
version = " 0.1.0"
4
+ description = " Fixture data for nextest integration tests"
5
+ repository = " https://github.com/nextest-rs/nextest"
4
6
edition.workspace = true
5
7
rust-version.workspace = true
6
8
license.workspace = true
9
+ publish = false
7
10
8
11
[dependencies ]
9
12
maplit.workspace = true
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## [ 0.11.1 ] - 2024-08-23
3
+ ## [ 0.11.2 ] - 2024-08-23
4
4
5
5
### Added
6
6
7
7
- New exit code ` NO_TESTS_RUN = 4 ` , indicating no tests to run.
8
8
- Support for a new mismatch reason for tests and binaries: that they are not in the default set.
9
9
10
+ ## [ 0.11.1] - 2024-08-23
11
+
12
+ This version was not published due to a CI issue.
13
+
10
14
## [ 0.11.0] - 2024-05-23
11
15
12
16
### Added
@@ -217,6 +221,7 @@ This release is compatible with cargo-nextest 0.9.10 and later.
217
221
218
222
- Initial version, with support for listing tests.
219
223
224
+ [ 0.11.2 ] : https://github.com/nextest-rs/nextest/releases/tag/nextest-metadata-0.11.2
220
225
[ 0.11.1 ] : https://github.com/nextest-rs/nextest/releases/tag/nextest-metadata-0.11.1
221
226
[ 0.11.0 ] : https://github.com/nextest-rs/nextest/releases/tag/nextest-metadata-0.11.0
222
227
[ 0.10.0 ] : https://github.com/nextest-rs/nextest/releases/tag/nextest-metadata-0.10.0
You can’t perform that action at this time.
0 commit comments