From aa2649f25ee7099207734772f5393fd30167cb73 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Wed, 6 Aug 2025 20:04:07 +0900 Subject: [PATCH] Release 2.58.0 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 64e3ad9c..7460a249 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.58.0] - 2025-08-06 + - Support `iai-callgrind-runner`. ([#1073](https://github.com/taiki-e/install-action/pull/1073), thanks @niklasf) - Update `vacuum@latest` to 0.17.8. @@ -4242,7 +4244,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.57.8...HEAD +[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.58.0...HEAD +[2.58.0]: https://github.com/taiki-e/install-action/compare/v2.57.8...v2.58.0 [2.57.8]: https://github.com/taiki-e/install-action/compare/v2.57.7...v2.57.8 [2.57.7]: https://github.com/taiki-e/install-action/compare/v2.57.6...v2.57.7 [2.57.6]: https://github.com/taiki-e/install-action/compare/v2.57.5...v2.57.6