Skip to content

Commit 8ac72d1

Browse files
committed
Release 0.8.3
1 parent 1058729 commit 8ac72d1

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.3] - 2026-02-05
16+
1517
- `cargo llvm-cov show-env` improvements:
1618
- Add `--csh` for csh and tcsh.
1719
- Add `--nu` for nushell.
@@ -796,7 +798,8 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
796798

797799
Initial release
798800

799-
[Unreleased]: https://github.com/taiki-e/cargo-llvm-cov/compare/v0.8.2...HEAD
801+
[Unreleased]: https://github.com/taiki-e/cargo-llvm-cov/compare/v0.8.3...HEAD
802+
[0.8.3]: https://github.com/taiki-e/cargo-llvm-cov/compare/v0.8.2...v0.8.3
800803
[0.8.2]: https://github.com/taiki-e/cargo-llvm-cov/compare/v0.8.1...v0.8.2
801804
[0.8.1]: https://github.com/taiki-e/cargo-llvm-cov/compare/v0.8.0...v0.8.1
802805
[0.8.0]: https://github.com/taiki-e/cargo-llvm-cov/compare/v0.7.1...v0.8.0

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

0 commit comments

Comments
 (0)