Skip to content

Commit 822bf6c

Browse files
committed
Release 0.7.0
1 parent 539c796 commit 822bf6c

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.0] - 2026-01-24
16+
1517
- Improve compilation time, execution time, and disk usage by applying the flags required for code coverage instrumentation only to the crates that actually need them. ([#471](https://github.com/taiki-e/cargo-llvm-cov/pull/471))
1618

1719
Previously, there flags ware applied to the entire dependency graph, but most of it was actually unnecessary. Previous behavior can be opted into with `--no-rustc-wrapper`.
@@ -759,7 +761,8 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
759761

760762
Initial release
761763

762-
[Unreleased]: https://github.com/taiki-e/cargo-llvm-cov/compare/v0.6.24...HEAD
764+
[Unreleased]: https://github.com/taiki-e/cargo-llvm-cov/compare/v0.7.0...HEAD
765+
[0.7.0]: https://github.com/taiki-e/cargo-llvm-cov/compare/v0.6.24...v0.7.0
763766
[0.6.24]: https://github.com/taiki-e/cargo-llvm-cov/compare/v0.6.23...v0.6.24
764767
[0.6.23]: https://github.com/taiki-e/cargo-llvm-cov/compare/v0.6.22...v0.6.23
765768
[0.6.22]: https://github.com/taiki-e/cargo-llvm-cov/compare/v0.6.21...v0.6.22

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.6.24" #publish:version
3+
version = "0.7.0" #publish:version
44
edition = "2021"
55
rust-version = "1.87" # For ruzstd
66
license = "Apache-2.0 OR MIT"

0 commit comments

Comments
 (0)