Skip to content

Commit 955dd13

Browse files
committed
Release 0.6.14
1 parent 6b550dc commit 955dd13

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.14] - 2024-10-12
14+
1315
- Add unstable `--mcdc` flag to enable mcdc coverage. ([#383](https://github.com/taiki-e/cargo-llvm-cov/pull/383), thanks @Swatinem)
1416

1517
## [0.6.13] - 2024-09-14
@@ -657,7 +659,8 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
657659

658660
Initial release
659661

660-
[Unreleased]: https://github.com/taiki-e/cargo-llvm-cov/compare/v0.6.13...HEAD
662+
[Unreleased]: https://github.com/taiki-e/cargo-llvm-cov/compare/v0.6.14...HEAD
663+
[0.6.14]: https://github.com/taiki-e/cargo-llvm-cov/compare/v0.6.13...v0.6.14
661664
[0.6.13]: https://github.com/taiki-e/cargo-llvm-cov/compare/v0.6.12...v0.6.13
662665
[0.6.12]: https://github.com/taiki-e/cargo-llvm-cov/compare/v0.6.11...v0.6.12
663666
[0.6.11]: https://github.com/taiki-e/cargo-llvm-cov/compare/v0.6.10...v0.6.11

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

0 commit comments

Comments
 (0)