From 0252b977062ac0007e75e03dcf273b1d0944845a Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Sat, 7 May 2022 07:29:51 +0900 Subject: [PATCH] Release 0.3.3 --- CHANGELOG.md | 5 ++++- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d76af184..4e95b0c8 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.3.3] - 2022-05-06 + - Fix an issue where codes in the target directory are not being properly excluded from reports when using `show-env` subcommand. ([#156](https://github.com/taiki-e/cargo-llvm-cov/pull/156)) ## [0.3.2] - 2022-05-05 @@ -260,7 +262,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.3.2...HEAD +[Unreleased]: https://github.com/taiki-e/cargo-llvm-cov/compare/v0.3.3...HEAD +[0.3.3]: https://github.com/taiki-e/cargo-llvm-cov/compare/v0.3.2...v0.3.3 [0.3.2]: https://github.com/taiki-e/cargo-llvm-cov/compare/v0.3.1...v0.3.2 [0.3.1]: https://github.com/taiki-e/cargo-llvm-cov/compare/v0.3.0...v0.3.1 [0.3.0]: https://github.com/taiki-e/cargo-llvm-cov/compare/v0.2.4...v0.3.0 diff --git a/Cargo.toml b/Cargo.toml index 9e3b12e4..d1f35d51 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-llvm-cov" -version = "0.3.2" #publish:version +version = "0.3.3" #publish:version edition = "2018" rust-version = "1.54" license = "Apache-2.0 OR MIT"