Skip to content

Commit e95c27b

Browse files
committedDec 21, 2024·
Release 0.6.15
1 parent 4ce0a49 commit e95c27b

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.15] - 2024-12-21
16+
1517
- Remove dependency on `home` to relax the MSRV on Windows.
1618

1719
- Weaken errors related to rustc version to warnings. ([#407](https://github.com/taiki-e/cargo-llvm-cov/pull/407))
@@ -665,7 +667,8 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
665667

666668
Initial release
667669

668-
[Unreleased]: https://github.com/taiki-e/cargo-llvm-cov/compare/v0.6.14...HEAD
670+
[Unreleased]: https://github.com/taiki-e/cargo-llvm-cov/compare/v0.6.15...HEAD
671+
[0.6.15]: https://github.com/taiki-e/cargo-llvm-cov/compare/v0.6.14...v0.6.15
669672
[0.6.14]: https://github.com/taiki-e/cargo-llvm-cov/compare/v0.6.13...v0.6.14
670673
[0.6.13]: https://github.com/taiki-e/cargo-llvm-cov/compare/v0.6.12...v0.6.13
671674
[0.6.12]: https://github.com/taiki-e/cargo-llvm-cov/compare/v0.6.11...v0.6.12

‎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.14" #publish:version
3+
version = "0.6.15" #publish:version
44
edition = "2021"
55
rust-version = "1.73"
66
license = "Apache-2.0 OR MIT"

0 commit comments

Comments
 (0)
Please sign in to comment.