Skip to content

Commit 9ffb15e

Browse files
committed
Release 0.8.0
1 parent f44ab08 commit 9ffb15e

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.8.0] - 2026-01-26
16+
1517
- Support glob pattern, versioned name with partial version or `<name>@<version>` syntax, and package spec in `--package`. Previously, only package name and versioned package name with `<name>:<full_version>` are supported. ([#476](https://github.com/taiki-e/cargo-llvm-cov/pull/476))
1618

1719
This also fixes regression introduced in 0.7.0 where causing packages specified with `--package` are wrongly excluded from report/test when package is specified with the above syntaxes.
@@ -777,7 +779,8 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
777779

778780
Initial release
779781

780-
[Unreleased]: https://github.com/taiki-e/cargo-llvm-cov/compare/v0.7.1...HEAD
782+
[Unreleased]: https://github.com/taiki-e/cargo-llvm-cov/compare/v0.8.0...HEAD
783+
[0.8.0]: https://github.com/taiki-e/cargo-llvm-cov/compare/v0.7.1...v0.8.0
781784
[0.7.1]: https://github.com/taiki-e/cargo-llvm-cov/compare/v0.7.0...v0.7.1
782785
[0.7.0]: https://github.com/taiki-e/cargo-llvm-cov/compare/v0.6.24...v0.7.0
783786
[0.6.24]: https://github.com/taiki-e/cargo-llvm-cov/compare/v0.6.23...v0.6.24

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.1" #publish:version
3+
version = "0.8.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)