Skip to content

Commit ba7c31b

Browse files
committed
Release 0.6.23
1 parent cbc25a5 commit ba7c31b

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.6.23] - 2026-01-06
16+
1517
- Enable [release immutability](https://docs.github.com/en/code-security/supply-chain-security/understanding-your-software-supply-chain/immutable-releases).
1618

1719
## [0.6.22] - 2025-12-30
@@ -718,7 +720,8 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
718720

719721
Initial release
720722

721-
[Unreleased]: https://github.com/taiki-e/cargo-llvm-cov/compare/v0.6.22...HEAD
723+
[Unreleased]: https://github.com/taiki-e/cargo-llvm-cov/compare/v0.6.23...HEAD
724+
[0.6.23]: https://github.com/taiki-e/cargo-llvm-cov/compare/v0.6.22...v0.6.23
722725
[0.6.22]: https://github.com/taiki-e/cargo-llvm-cov/compare/v0.6.21...v0.6.22
723726
[0.6.21]: https://github.com/taiki-e/cargo-llvm-cov/compare/v0.6.20...v0.6.21
724727
[0.6.20]: https://github.com/taiki-e/cargo-llvm-cov/compare/v0.6.19...v0.6.20

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

0 commit comments

Comments
 (0)