From 4fd6bded9bf87df7896958594ca6d67b38b5350e Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Wed, 16 Jul 2025 10:19:26 +0900 Subject: [PATCH] Release 2.56.15 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f80dc5be..c43254f6 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.56.15] - 2025-07-16 + - Fix `cargo-valgrind` installation error due to their tag rename. - Update `cargo-valgrind@latest` to 2.3.2. @@ -4150,7 +4152,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.56.14...HEAD +[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.56.15...HEAD +[2.56.15]: https://github.com/taiki-e/install-action/compare/v2.56.14...v2.56.15 [2.56.14]: https://github.com/taiki-e/install-action/compare/v2.56.13...v2.56.14 [2.56.13]: https://github.com/taiki-e/install-action/compare/v2.56.12...v2.56.13 [2.56.12]: https://github.com/taiki-e/install-action/compare/v2.56.11...v2.56.12