Skip to content

Commit 7dc30d4

Browse files
committedFeb 7, 2024·
Release 0.6.5
1 parent c428767 commit 7dc30d4

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.5] - 2024-02-07
14+
1315
- Add `skip-functions` flag to coverage generation. ([#346](https://github.com/taiki-e/cargo-llvm-cov/pull/346), thanks @mlveggo)
1416

1517
## [0.6.4] - 2024-01-25
@@ -604,7 +606,8 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
604606

605607
Initial release
606608

607-
[Unreleased]: https://github.com/taiki-e/cargo-llvm-cov/compare/v0.6.4...HEAD
609+
[Unreleased]: https://github.com/taiki-e/cargo-llvm-cov/compare/v0.6.5...HEAD
610+
[0.6.5]: https://github.com/taiki-e/cargo-llvm-cov/compare/v0.6.4...v0.6.5
608611
[0.6.4]: https://github.com/taiki-e/cargo-llvm-cov/compare/v0.6.3...v0.6.4
609612
[0.6.3]: https://github.com/taiki-e/cargo-llvm-cov/compare/v0.6.2...v0.6.3
610613
[0.6.2]: https://github.com/taiki-e/cargo-llvm-cov/compare/v0.6.1...v0.6.2

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

0 commit comments

Comments
 (0)
Please sign in to comment.