From 757c4783dc650138ad733061dfebdb40f10fc5ce Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Fri, 5 Apr 2024 20:08:16 +0900 Subject: [PATCH] Release 0.6.9 --- CHANGELOG.md | 5 ++++- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 562ea9c2..e403a807 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.9] - 2024-04-05 + - Skip merging profraw data if profraw files don't exist and a profdata file already exists. ([#360](https://github.com/taiki-e/cargo-llvm-cov/pull/360), thanks @weiznich) - Update `opener` to 0.7. @@ -628,7 +630,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.8...HEAD +[Unreleased]: https://github.com/taiki-e/cargo-llvm-cov/compare/v0.6.9...HEAD +[0.6.9]: https://github.com/taiki-e/cargo-llvm-cov/compare/v0.6.8...v0.6.9 [0.6.8]: https://github.com/taiki-e/cargo-llvm-cov/compare/v0.6.7...v0.6.8 [0.6.7]: https://github.com/taiki-e/cargo-llvm-cov/compare/v0.6.6...v0.6.7 [0.6.6]: https://github.com/taiki-e/cargo-llvm-cov/compare/v0.6.5...v0.6.6 diff --git a/Cargo.toml b/Cargo.toml index 048ac94e..dfbbe5b6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-llvm-cov" -version = "0.6.8" #publish:version +version = "0.6.9" #publish:version edition = "2021" rust-version = "1.70" license = "Apache-2.0 OR MIT"