From 0bfd42ffebcfec4398d87341929de4484638c92e Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Sat, 16 Dec 2023 21:54:53 +0900 Subject: [PATCH] Release 0.5.39 --- CHANGELOG.md | 5 ++++- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bf0249d3..4ec6a401 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.39] - 2023-12-16 + - Remove dependency on `is-terminal`. ## [0.5.38] - 2023-12-13 @@ -574,7 +576,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.38...HEAD +[Unreleased]: https://github.com/taiki-e/cargo-llvm-cov/compare/v0.5.39...HEAD +[0.5.39]: https://github.com/taiki-e/cargo-llvm-cov/compare/v0.5.38...v0.5.39 [0.5.38]: https://github.com/taiki-e/cargo-llvm-cov/compare/v0.5.37...v0.5.38 [0.5.37]: https://github.com/taiki-e/cargo-llvm-cov/compare/v0.5.36...v0.5.37 [0.5.36]: https://github.com/taiki-e/cargo-llvm-cov/compare/v0.5.35...v0.5.36 diff --git a/Cargo.toml b/Cargo.toml index e9a372b2..e04d37ba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-llvm-cov" -version = "0.5.38" +version = "0.5.39" edition = "2021" rust-version = "1.70" license = "Apache-2.0 OR MIT"