Skip to content

Commit ad4b576

Browse files
committed
Release 0.6.16
1 parent b73762b commit ad4b576

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

+4-1
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.16] - 2025-01-16
16+
1517
- Add `--with-pwsh-env-prefix` to `cargo llvm-cov show-env` subcommand. ([#411](https://github.com/taiki-e/cargo-llvm-cov/pull/411), thanks @LittleBoxOfSunshine)
1618

1719
- Document usage with GitLab CI. ([#405](https://github.com/taiki-e/cargo-llvm-cov/pull/405), thanks @jaskij)
@@ -678,7 +680,8 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
678680

679681
Initial release
680682

681-
[Unreleased]: https://github.com/taiki-e/cargo-llvm-cov/compare/v0.6.15...HEAD
683+
[Unreleased]: https://github.com/taiki-e/cargo-llvm-cov/compare/v0.6.16...HEAD
684+
[0.6.16]: https://github.com/taiki-e/cargo-llvm-cov/compare/v0.6.15...v0.6.16
682685
[0.6.15]: https://github.com/taiki-e/cargo-llvm-cov/compare/v0.6.14...v0.6.15
683686
[0.6.14]: https://github.com/taiki-e/cargo-llvm-cov/compare/v0.6.13...v0.6.14
684687
[0.6.13]: https://github.com/taiki-e/cargo-llvm-cov/compare/v0.6.12...v0.6.13

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cargo-llvm-cov"
3-
version = "0.6.15" #publish:version
3+
version = "0.6.16" #publish:version
44
edition = "2021"
55
rust-version = "1.81" # For ruzstd
66
license = "Apache-2.0 OR MIT"

0 commit comments

Comments
 (0)