diff --git a/CHANGELOG.md b/CHANGELOG.md index 920a79cc..3a96c939 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.4] - 2024-01-25 + - Make `home` dependency Windows-only dependency. ## [0.6.3] - 2024-01-24 @@ -600,7 +602,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.3...HEAD +[Unreleased]: https://github.com/taiki-e/cargo-llvm-cov/compare/v0.6.4...HEAD +[0.6.4]: https://github.com/taiki-e/cargo-llvm-cov/compare/v0.6.3...v0.6.4 [0.6.3]: https://github.com/taiki-e/cargo-llvm-cov/compare/v0.6.2...v0.6.3 [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 diff --git a/Cargo.toml b/Cargo.toml index f2ea5391..9919d842 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-llvm-cov" -version = "0.6.3" +version = "0.6.4" edition = "2021" rust-version = "1.70" license = "Apache-2.0 OR MIT"