Skip to content

Commit eac9449

Browse files
committed
Release 0.7.1
1 parent 4cd3d3f commit eac9449

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
1212

1313
## [Unreleased]
1414

15+
## [0.7.1] - 2026-01-24
16+
1517
- Fix regression introduced in 0.7.0 where causing coverage test failure in nextest's CI. ([6e30e6f](https://github.com/taiki-e/cargo-llvm-cov/commit/6e30e6f691e44a718fcb8dad7edb8bef3ab24307))
1618

1719
## [0.7.0] - 2026-01-24
@@ -763,7 +765,8 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
763765

764766
Initial release
765767

766-
[Unreleased]: https://github.com/taiki-e/cargo-llvm-cov/compare/v0.7.0...HEAD
768+
[Unreleased]: https://github.com/taiki-e/cargo-llvm-cov/compare/v0.7.1...HEAD
769+
[0.7.1]: https://github.com/taiki-e/cargo-llvm-cov/compare/v0.7.0...v0.7.1
767770
[0.7.0]: https://github.com/taiki-e/cargo-llvm-cov/compare/v0.6.24...v0.7.0
768771
[0.6.24]: https://github.com/taiki-e/cargo-llvm-cov/compare/v0.6.23...v0.6.24
769772
[0.6.23]: https://github.com/taiki-e/cargo-llvm-cov/compare/v0.6.22...v0.6.23

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cargo-llvm-cov"
3-
version = "0.7.0" #publish:version
3+
version = "0.7.1" #publish:version
44
edition = "2021"
55
rust-version = "1.87" # For ruzstd
66
license = "Apache-2.0 OR MIT"

0 commit comments

Comments
 (0)