diff --git a/CHANGELOG.md b/CHANGELOG.md index b6387331..74410a46 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.6.2] - 2024-01-18 + - Support setting file name of `LLVM_PROFILE_FILE`. ([#340](https://github.com/taiki-e/cargo-llvm-cov/pull/340)) ## [0.6.1] - 2024-01-13 @@ -592,7 +594,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.6.1...HEAD +[Unreleased]: https://github.com/taiki-e/cargo-llvm-cov/compare/v0.6.2...HEAD +[0.6.2]: https://github.com/taiki-e/cargo-llvm-cov/compare/v0.6.1...v0.6.2 [0.6.1]: https://github.com/taiki-e/cargo-llvm-cov/compare/v0.6.0...v0.6.1 [0.6.0]: https://github.com/taiki-e/cargo-llvm-cov/compare/v0.5.39...v0.6.0 [0.5.39]: https://github.com/taiki-e/cargo-llvm-cov/compare/v0.5.38...v0.5.39 diff --git a/Cargo.toml b/Cargo.toml index 0bd24d94..8afa1ded 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-llvm-cov" -version = "0.6.1" +version = "0.6.2" edition = "2021" rust-version = "1.70" license = "Apache-2.0 OR MIT"