From d871542c59ac2ea2b265daf6e441a6b578a76df9 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Fri, 25 Aug 2023 03:50:21 +0900 Subject: [PATCH] Release 0.5.31 --- CHANGELOG.md | 5 ++++- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 662fbb48..c1c7377e 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.5.31] - 2023-08-24 + - Fix empty source path generated in cobertura.xml. ([#309](https://github.com/taiki-e/cargo-llvm-cov/pull/309), thanks @mstyura) - Prepare for future branch coverage support. ([#308](https://github.com/taiki-e/cargo-llvm-cov/pull/308), thanks @Swatinem) @@ -540,7 +542,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.5.30...HEAD +[Unreleased]: https://github.com/taiki-e/cargo-llvm-cov/compare/v0.5.31...HEAD +[0.5.31]: https://github.com/taiki-e/cargo-llvm-cov/compare/v0.5.30...v0.5.31 [0.5.30]: https://github.com/taiki-e/cargo-llvm-cov/compare/v0.5.29...v0.5.30 [0.5.29]: https://github.com/taiki-e/cargo-llvm-cov/compare/v0.5.28...v0.5.29 [0.5.28]: https://github.com/taiki-e/cargo-llvm-cov/compare/v0.5.27...v0.5.28 diff --git a/Cargo.toml b/Cargo.toml index 8dcf058a..10f2046f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-llvm-cov" -version = "0.5.30" +version = "0.5.31" edition = "2021" rust-version = "1.64" license = "Apache-2.0 OR MIT"