Skip to content

Commit b822f19

Browse files
committed
Release 0.6.3
1 parent b9977aa commit b822f19

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
@@ -10,6 +10,8 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
1010

1111
## [Unreleased]
1212

13+
## [0.6.3] - 2024-01-24
14+
1315
- Fix "The file was not recognized as a valid object file" error with `--doc`/`--doctests` flag on WSL. ([#343](https://github.com/taiki-e/cargo-llvm-cov/pull/343))
1416

1517
## [0.6.2] - 2024-01-18
@@ -596,7 +598,8 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
596598

597599
Initial release
598600

599-
[Unreleased]: https://github.com/taiki-e/cargo-llvm-cov/compare/v0.6.2...HEAD
601+
[Unreleased]: https://github.com/taiki-e/cargo-llvm-cov/compare/v0.6.3...HEAD
602+
[0.6.3]: https://github.com/taiki-e/cargo-llvm-cov/compare/v0.6.2...v0.6.3
600603
[0.6.2]: https://github.com/taiki-e/cargo-llvm-cov/compare/v0.6.1...v0.6.2
601604
[0.6.1]: https://github.com/taiki-e/cargo-llvm-cov/compare/v0.6.0...v0.6.1
602605
[0.6.0]: https://github.com/taiki-e/cargo-llvm-cov/compare/v0.5.39...v0.6.0

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.2"
3+
version = "0.6.3"
44
edition = "2021"
55
rust-version = "1.70"
66
license = "Apache-2.0 OR MIT"

0 commit comments

Comments
 (0)