diff --git a/CHANGELOG.md b/CHANGELOG.md index 759c17c8..d7f27e9c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,8 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com ## [Unreleased] +## [0.5.36] - 2023-10-30 + - Support `--doctests` flag in `cargo llvm-cov report` and `cargo llvm-cov show-env`. ## [0.5.35] - 2023-10-18 @@ -562,7 +564,8 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com Initial release -[Unreleased]: https://github.com/taiki-e/cargo-llvm-cov/compare/v0.5.35...HEAD +[Unreleased]: https://github.com/taiki-e/cargo-llvm-cov/compare/v0.5.36...HEAD +[0.5.36]: https://github.com/taiki-e/cargo-llvm-cov/compare/v0.5.35...v0.5.36 [0.5.35]: https://github.com/taiki-e/cargo-llvm-cov/compare/v0.5.34...v0.5.35 [0.5.34]: https://github.com/taiki-e/cargo-llvm-cov/compare/v0.5.33...v0.5.34 [0.5.33]: https://github.com/taiki-e/cargo-llvm-cov/compare/v0.5.32...v0.5.33 diff --git a/Cargo.toml b/Cargo.toml index ec398f3e..bc139402 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-llvm-cov" -version = "0.5.35" +version = "0.5.36" edition = "2021" rust-version = "1.67" license = "Apache-2.0 OR MIT"