Skip to content

Commit

Permalink
[cargo-nextest] fix changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
sunshowers committed Oct 22, 2023
1 parent 6944b7a commit 42c2c74
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion site/src/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ policy](book/stability.md) for how versioning works with cargo-nextest.

### Fixed

- `Output::new` now strips ANSI escapes as well. Thanks [@MaienM](https://github.com/MaienM) for your first contribution!
- JUnit output now strips ANSI escapes as well. Thanks [@MaienM](https://github.com/MaienM) for your first contribution!

## [0.9.59] - 2023-09-27

Expand Down Expand Up @@ -822,6 +822,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.60]: https://github.com/nextest-rs/nextest/releases/tag/cargo-nextest-0.9.60
[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
Expand Down

0 comments on commit 42c2c74

Please sign in to comment.