From f74997dc3cf6663a947c63fac44cbc8a89b81882 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Sat, 16 Mar 2024 18:28:40 +0900 Subject: [PATCH] Release 0.6.8 --- CHANGELOG.md | 5 ++++- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c9d9723..d11c62aa 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.8] - 2024-03-16 + - Add unstable `--branch` flag to enable branch coverage. ([#356](https://github.com/taiki-e/cargo-llvm-cov/pull/356)) ## [0.6.7] - 2024-03-10 @@ -622,7 +624,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.7...HEAD +[Unreleased]: https://github.com/taiki-e/cargo-llvm-cov/compare/v0.6.8...HEAD +[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 [0.6.5]: https://github.com/taiki-e/cargo-llvm-cov/compare/v0.6.4...v0.6.5 diff --git a/Cargo.toml b/Cargo.toml index b8da3e7e..641036f2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-llvm-cov" -version = "0.6.7" #publish:version +version = "0.6.8" #publish:version edition = "2021" rust-version = "1.70" license = "Apache-2.0 OR MIT"