Skip to content

Commit 60b54ac

Browse files
committed
Release 0.6.10
1 parent 42979f3 commit 60b54ac

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.10] - 2024-06-01
14+
1315
- Update `ruzstd` to 0.7.
1416

1517
This increases the rustc version required to build cargo-llvm-cov. (rustc 1.70+ -> 1.73+)
@@ -635,7 +637,8 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
635637

636638
Initial release
637639

638-
[Unreleased]: https://github.com/taiki-e/cargo-llvm-cov/compare/v0.6.9...HEAD
640+
[Unreleased]: https://github.com/taiki-e/cargo-llvm-cov/compare/v0.6.10...HEAD
641+
[0.6.10]: https://github.com/taiki-e/cargo-llvm-cov/compare/v0.6.9...v0.6.10
639642
[0.6.9]: https://github.com/taiki-e/cargo-llvm-cov/compare/v0.6.8...v0.6.9
640643
[0.6.8]: https://github.com/taiki-e/cargo-llvm-cov/compare/v0.6.7...v0.6.8
641644
[0.6.7]: https://github.com/taiki-e/cargo-llvm-cov/compare/v0.6.6...v0.6.7

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

0 commit comments

Comments
 (0)