Skip to content

Commit

Permalink
[meta] prepare updates
Browse files Browse the repository at this point in the history
  • Loading branch information
sunshowers committed Jan 9, 2024
1 parent 32b8e33 commit f64a89b
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 0 deletions.
8 changes: 8 additions & 0 deletions nextest-filtering/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.7.1] - 2024-01-09

### Fixed

Internal cleanups: remove reliance on Incomplete. Thanks [@epage](https://github.com/epage) for the
contribution!

## [0.7.0] - 2023-12-10

### Changed
Expand Down Expand Up @@ -87,6 +94,7 @@ For more information, see the changelog for [cargo-nextest 0.9.64](https://nexte

Initial release.

[0.7.1]: https://github.com/nextest-rs/nextest/releases/tag/nextest-filtering-0.7.1
[0.7.0]: https://github.com/nextest-rs/nextest/releases/tag/nextest-filtering-0.7.0
[0.6.0]: https://github.com/nextest-rs/nextest/releases/tag/nextest-filtering-0.6.0
[0.5.1]: https://github.com/nextest-rs/nextest/releases/tag/nextest-filtering-0.5.1
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.53.0] - 2024-01-09

See the changelog for [cargo-nextest 0.9.67](https://nexte.st/CHANGELOG.html#0967---2024-01-09).

## [0.52.2] - 2023-12-10

See the changelog for [cargo-nextest 0.9.65](https://nexte.st/CHANGELOG.html#0965---2023-12-10).
Expand Down Expand Up @@ -422,6 +426,7 @@ Thanks to [Guiguiprim](https://github.com/Guiguiprim) for their contributions to

- Initial version.

[0.53.0]: https://github.com/nextest-rs/nextest/releases/tag/nextest-runner-0.53.0
[0.52.2]: https://github.com/nextest-rs/nextest/releases/tag/nextest-runner-0.52.2
[0.52.1]: https://github.com/nextest-rs/nextest/releases/tag/nextest-runner-0.52.1
[0.52.0]: https://github.com/nextest-rs/nextest/releases/tag/nextest-runner-0.52.0
Expand Down
11 changes: 11 additions & 0 deletions site/src/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
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.67-rc.1] - 2024-01-09

### Added

- More work on [machine-readable output for test runs](https://nexte.st/book/run-machine-readable): for failing tests, output is now included under the `stdout` field. This was a large effort which required figuring out how to combine stdout and stderr into the same buffer. Thanks again [Jake](https://github.com/Jake-Shadle) for your contribution!

### Fixed

- On SIGTERM and SIGHUP, outputs for cancelled and failed tests are now displayed. (Output is still hidden on SIGINT to match typical user expectations.)

## [0.9.66] - 2023-12-10

### Added
Expand Down Expand Up @@ -916,6 +926,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.67-rc.1]: https://github.com/nextest-rs/nextest/releases/tag/cargo-nextest-0.9.67-rc.1
[0.9.66]: https://github.com/nextest-rs/nextest/releases/tag/cargo-nextest-0.9.66
[0.9.65]: https://github.com/nextest-rs/nextest/releases/tag/cargo-nextest-0.9.65
[0.9.64]: https://github.com/nextest-rs/nextest/releases/tag/cargo-nextest-0.9.64
Expand Down

0 comments on commit f64a89b

Please sign in to comment.