Skip to content

Commit f74997d

Browse files
committed
Release 0.6.8
1 parent eb52571 commit f74997d

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
1010

1111
## [Unreleased]
1212

13+
## [0.6.8] - 2024-03-16
14+
1315
- Add unstable `--branch` flag to enable branch coverage. ([#356](https://github.com/taiki-e/cargo-llvm-cov/pull/356))
1416

1517
## [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
622624

623625
Initial release
624626

625-
[Unreleased]: https://github.com/taiki-e/cargo-llvm-cov/compare/v0.6.7...HEAD
627+
[Unreleased]: https://github.com/taiki-e/cargo-llvm-cov/compare/v0.6.8...HEAD
628+
[0.6.8]: https://github.com/taiki-e/cargo-llvm-cov/compare/v0.6.7...v0.6.8
626629
[0.6.7]: https://github.com/taiki-e/cargo-llvm-cov/compare/v0.6.6...v0.6.7
627630
[0.6.6]: https://github.com/taiki-e/cargo-llvm-cov/compare/v0.6.5...v0.6.6
628631
[0.6.5]: https://github.com/taiki-e/cargo-llvm-cov/compare/v0.6.4...v0.6.5

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cargo-llvm-cov"
3-
version = "0.6.7" #publish:version
3+
version = "0.6.8" #publish:version
44
edition = "2021"
55
rust-version = "1.70"
66
license = "Apache-2.0 OR MIT"

0 commit comments

Comments
 (0)