From 44006f279fad5493ec69268217a0fa934a3d3d05 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Wed, 27 Sep 2023 02:28:46 +0900 Subject: [PATCH] Release 0.5.33 --- CHANGELOG.md | 5 ++++- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5139e570..5df1beb7 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.33] - 2023-09-26 + - Fix "The file was not recognized as a valid object file" on WSL. ([#317](https://github.com/taiki-e/cargo-llvm-cov/pull/317)) ## [0.5.32] - 2023-09-23 @@ -550,7 +552,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.32...HEAD +[Unreleased]: https://github.com/taiki-e/cargo-llvm-cov/compare/v0.5.33...HEAD +[0.5.33]: https://github.com/taiki-e/cargo-llvm-cov/compare/v0.5.32...v0.5.33 [0.5.32]: https://github.com/taiki-e/cargo-llvm-cov/compare/v0.5.31...v0.5.32 [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 diff --git a/Cargo.toml b/Cargo.toml index 96e19097..a931aa76 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-llvm-cov" -version = "0.5.32" +version = "0.5.33" edition = "2021" rust-version = "1.66" license = "Apache-2.0 OR MIT"