diff --git a/fixture-data/Cargo.toml b/fixture-data/Cargo.toml index c7f1a833328..fbe243cb3b7 100644 --- a/fixture-data/Cargo.toml +++ b/fixture-data/Cargo.toml @@ -1,9 +1,12 @@ [package] name = "fixture-data" version = "0.1.0" +description = "Fixture data for nextest integration tests" +repository = "https://github.com/nextest-rs/nextest" edition.workspace = true rust-version.workspace = true license.workspace = true +publish = false [dependencies] maplit.workspace = true diff --git a/nextest-metadata/CHANGELOG.md b/nextest-metadata/CHANGELOG.md index 4b546b38f9a..844408626c0 100644 --- a/nextest-metadata/CHANGELOG.md +++ b/nextest-metadata/CHANGELOG.md @@ -1,12 +1,16 @@ # Changelog -## [0.11.1] - 2024-08-23 +## [0.11.2] - 2024-08-23 ### Added - New exit code `NO_TESTS_RUN = 4`, indicating no tests to run. - Support for a new mismatch reason for tests and binaries: that they are not in the default set. +## [0.11.1] - 2024-08-23 + +This version was not published due to a CI issue. + ## [0.11.0] - 2024-05-23 ### Added @@ -217,6 +221,7 @@ This release is compatible with cargo-nextest 0.9.10 and later. - Initial version, with support for listing tests. +[0.11.2]: https://github.com/nextest-rs/nextest/releases/tag/nextest-metadata-0.11.2 [0.11.1]: https://github.com/nextest-rs/nextest/releases/tag/nextest-metadata-0.11.1 [0.11.0]: https://github.com/nextest-rs/nextest/releases/tag/nextest-metadata-0.11.0 [0.10.0]: https://github.com/nextest-rs/nextest/releases/tag/nextest-metadata-0.10.0