Skip to content

Commit 20bee28

Browse files
committed
Release 0.6.4
1 parent a7b4a14 commit 20bee28

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.4] - 2024-01-25
14+
1315
- Make `home` dependency Windows-only dependency.
1416

1517
## [0.6.3] - 2024-01-24
@@ -600,7 +602,8 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
600602

601603
Initial release
602604

603-
[Unreleased]: https://github.com/taiki-e/cargo-llvm-cov/compare/v0.6.3...HEAD
605+
[Unreleased]: https://github.com/taiki-e/cargo-llvm-cov/compare/v0.6.4...HEAD
606+
[0.6.4]: https://github.com/taiki-e/cargo-llvm-cov/compare/v0.6.3...v0.6.4
604607
[0.6.3]: https://github.com/taiki-e/cargo-llvm-cov/compare/v0.6.2...v0.6.3
605608
[0.6.2]: https://github.com/taiki-e/cargo-llvm-cov/compare/v0.6.1...v0.6.2
606609
[0.6.1]: https://github.com/taiki-e/cargo-llvm-cov/compare/v0.6.0...v0.6.1

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

0 commit comments

Comments
 (0)