From fb346a213f0c32b93908c7becacdb80268928eb4 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Mon, 1 Aug 2022 11:52:10 +0900 Subject: [PATCH] Release 0.4.13 --- CHANGELOG.md | 5 ++++- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 253e9143..cd7da1f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,8 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com ## [Unreleased] +## [0.4.13] - 2022-08-01 + - Fix an issue where merging of multiple `cargo llvm-cov run` coverage did not work. ## [0.4.12] - 2022-07-30 @@ -333,7 +335,8 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com Initial release -[Unreleased]: https://github.com/taiki-e/cargo-llvm-cov/compare/v0.4.12...HEAD +[Unreleased]: https://github.com/taiki-e/cargo-llvm-cov/compare/v0.4.13...HEAD +[0.4.13]: https://github.com/taiki-e/cargo-llvm-cov/compare/v0.4.12...v0.4.13 [0.4.12]: https://github.com/taiki-e/cargo-llvm-cov/compare/v0.4.11...v0.4.12 [0.4.11]: https://github.com/taiki-e/cargo-llvm-cov/compare/v0.4.10...v0.4.11 [0.4.10]: https://github.com/taiki-e/cargo-llvm-cov/compare/v0.4.9...v0.4.10 diff --git a/Cargo.toml b/Cargo.toml index 2fe49a30..26e0c7b0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-llvm-cov" -version = "0.4.12" #publish:version +version = "0.4.13" #publish:version edition = "2021" rust-version = "1.58" license = "Apache-2.0 OR MIT"