Skip to content

Commit 2cc13f9

Browse files
committed
Release 0.6.13
1 parent 924dce0 commit 2cc13f9

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.13] - 2024-09-14
14+
1315
- Distribute prebuilt binary for x86_64 FreeBSD.
1416

1517
## [0.6.12] - 2024-09-03
@@ -653,7 +655,8 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
653655

654656
Initial release
655657

656-
[Unreleased]: https://github.com/taiki-e/cargo-llvm-cov/compare/v0.6.12...HEAD
658+
[Unreleased]: https://github.com/taiki-e/cargo-llvm-cov/compare/v0.6.13...HEAD
659+
[0.6.13]: https://github.com/taiki-e/cargo-llvm-cov/compare/v0.6.12...v0.6.13
657660
[0.6.12]: https://github.com/taiki-e/cargo-llvm-cov/compare/v0.6.11...v0.6.12
658661
[0.6.11]: https://github.com/taiki-e/cargo-llvm-cov/compare/v0.6.10...v0.6.11
659662
[0.6.10]: https://github.com/taiki-e/cargo-llvm-cov/compare/v0.6.9...v0.6.10

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

0 commit comments

Comments
 (0)