From 242f1c0c1a882c44e7d32b89af9f2a0bced36540 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Fri, 19 Jan 2024 03:21:28 +0900 Subject: [PATCH] Release 2.25.5 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 48ec8590..0a13136b 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] +## [2.25.5] - 2024-01-18 + - Update `cargo-llvm-cov@latest` to 0.6.2. ## [2.25.4] - 2024-01-18 @@ -1635,7 +1637,8 @@ Note: This release is considered a breaking change because installing on version Initial release -[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.25.4...HEAD +[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.25.5...HEAD +[2.25.5]: https://github.com/taiki-e/install-action/compare/v2.25.4...v2.25.5 [2.25.4]: https://github.com/taiki-e/install-action/compare/v2.25.3...v2.25.4 [2.25.3]: https://github.com/taiki-e/install-action/compare/v2.25.2...v2.25.3 [2.25.2]: https://github.com/taiki-e/install-action/compare/v2.25.1...v2.25.2