Skip to content

Commit 1a43c62

Browse files
committed
Release 0.6.11
1 parent f19ee85 commit 1a43c62

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.11] - 2024-07-18
14+
1315
- Add support for MC/DC coverage. ([#363](https://github.com/taiki-e/cargo-llvm-cov/pull/363), thanks @aytey)
1416

1517
- Documentation improvements.
@@ -641,7 +643,8 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
641643

642644
Initial release
643645

644-
[Unreleased]: https://github.com/taiki-e/cargo-llvm-cov/compare/v0.6.10...HEAD
646+
[Unreleased]: https://github.com/taiki-e/cargo-llvm-cov/compare/v0.6.11...HEAD
647+
[0.6.11]: https://github.com/taiki-e/cargo-llvm-cov/compare/v0.6.10...v0.6.11
645648
[0.6.10]: https://github.com/taiki-e/cargo-llvm-cov/compare/v0.6.9...v0.6.10
646649
[0.6.9]: https://github.com/taiki-e/cargo-llvm-cov/compare/v0.6.8...v0.6.9
647650
[0.6.8]: https://github.com/taiki-e/cargo-llvm-cov/compare/v0.6.7...v0.6.8

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.10" #publish:version
3+
version = "0.6.11" #publish:version
44
edition = "2021"
55
rust-version = "1.73"
66
license = "Apache-2.0 OR MIT"

0 commit comments

Comments
 (0)