Skip to content

Commit 757c478

Browse files
committed
Release 0.6.9
1 parent f2f8710 commit 757c478

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.9] - 2024-04-05
14+
1315
- 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)
1416

1517
- 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
628630

629631
Initial release
630632

631-
[Unreleased]: https://github.com/taiki-e/cargo-llvm-cov/compare/v0.6.8...HEAD
633+
[Unreleased]: https://github.com/taiki-e/cargo-llvm-cov/compare/v0.6.9...HEAD
634+
[0.6.9]: https://github.com/taiki-e/cargo-llvm-cov/compare/v0.6.8...v0.6.9
632635
[0.6.8]: https://github.com/taiki-e/cargo-llvm-cov/compare/v0.6.7...v0.6.8
633636
[0.6.7]: https://github.com/taiki-e/cargo-llvm-cov/compare/v0.6.6...v0.6.7
634637
[0.6.6]: https://github.com/taiki-e/cargo-llvm-cov/compare/v0.6.5...v0.6.6

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

0 commit comments

Comments
 (0)