Skip to content

Commit c3c29e1

Browse files
committed
Release 0.8.2
1 parent c428a96 commit c3c29e1

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.2] - 2026-01-27
16+
1517
- Support [`ui_test`](https://github.com/oli-obk/ui_test). ([#477](https://github.com/taiki-e/cargo-llvm-cov/pull/477))
1618

1719
## [0.8.1] - 2026-01-26
@@ -787,7 +789,8 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
787789

788790
Initial release
789791

790-
[Unreleased]: https://github.com/taiki-e/cargo-llvm-cov/compare/v0.8.1...HEAD
792+
[Unreleased]: https://github.com/taiki-e/cargo-llvm-cov/compare/v0.8.2...HEAD
793+
[0.8.2]: https://github.com/taiki-e/cargo-llvm-cov/compare/v0.8.1...v0.8.2
791794
[0.8.1]: https://github.com/taiki-e/cargo-llvm-cov/compare/v0.8.0...v0.8.1
792795
[0.8.0]: https://github.com/taiki-e/cargo-llvm-cov/compare/v0.7.1...v0.8.0
793796
[0.7.1]: https://github.com/taiki-e/cargo-llvm-cov/compare/v0.7.0...v0.7.1

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

0 commit comments

Comments
 (0)