Skip to content

Commit

Permalink
[meta] prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
sunshowers committed Sep 27, 2023
1 parent 6d4b1b7 commit dc1e5ec
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 0 deletions.
7 changes: 7 additions & 0 deletions nextest-metadata/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## Unreleased

## [0.9.2] - 2023-09-26

### Added

- New exit code `SETUP_SCRIPT_FAILED`: A setup script failed to execute.

### Changed

- MSRV updated to Rust 1.70.
Expand Down Expand Up @@ -177,6 +183,7 @@ This release is compatible with cargo-nextest 0.9.10 and later.

- Initial version, with support for listing tests.

[0.9.2]: https://github.com/nextest-rs/nextest/releases/tag/nextest-metadata-0.9.2
[0.9.1]: https://github.com/nextest-rs/nextest/releases/tag/nextest-metadata-0.9.1
[0.9.0]: https://github.com/nextest-rs/nextest/releases/tag/nextest-metadata-0.9.0
[0.8.2]: https://github.com/nextest-rs/nextest/releases/tag/nextest-metadata-0.8.2
Expand Down
5 changes: 5 additions & 0 deletions nextest-runner/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [0.47.0] - 2023-09-20

See the changelog for [cargo-nextest 0.9.59](https://nexte.st/CHANGELOG.html#0958---2023-09-26).

## [0.46.0] - 2023-09-20

See the changelog for [cargo-nextest 0.9.58](https://nexte.st/CHANGELOG.html#0958---2023-09-20).
Expand Down Expand Up @@ -385,6 +389,7 @@ Thanks to [Guiguiprim](https://github.com/Guiguiprim) for their contributions to

- Initial version.

[0.47.0]: https://github.com/nextest-rs/nextest/releases/tag/nextest-runner-0.47.0
[0.46.0]: https://github.com/nextest-rs/nextest/releases/tag/nextest-runner-0.46.0
[0.45.0]: https://github.com/nextest-rs/nextest/releases/tag/nextest-runner-0.45.0
[0.44.0]: https://github.com/nextest-rs/nextest/releases/tag/nextest-runner-0.44.0
Expand Down
12 changes: 12 additions & 0 deletions site/src/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
This page documents new features and bugfixes for cargo-nextest. Please see the [stability
policy](book/stability.md) for how versioning works with cargo-nextest.

## [0.9.59] - 2023-09-26

### Added

- Experimental support for [setup scripts](https://nexte.st/book/setup-scripts). Please try them out, and provide feedback in the [tracking issue](https://github.com/nextest-rs/nextest/issues/978)!
- Support for newer error messages generated by Rust 1.73.

### Fixed

- `deps()` and `rdeps()` predicates in [per-test overrides](https://nexte.st/book/per-test-overrides) now work.

## [0.9.58] - 2023-09-20

### Added
Expand Down Expand Up @@ -797,6 +808,7 @@ Supported in this initial release:
* [Test retries](book/retries.md) and flaky test detection
* [JUnit support](book/junit.md) for integration with other test tooling

[0.9.59]: https://github.com/nextest-rs/nextest/releases/tag/cargo-nextest-0.9.59
[0.9.58]: https://github.com/nextest-rs/nextest/releases/tag/cargo-nextest-0.9.58
[0.9.57]: https://github.com/nextest-rs/nextest/releases/tag/cargo-nextest-0.9.57
[0.9.56]: https://github.com/nextest-rs/nextest/releases/tag/cargo-nextest-0.9.56
Expand Down

0 comments on commit dc1e5ec

Please sign in to comment.