From 2cab843126c0d8cf950bf55f4e9b8413f70f553f Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Wed, 25 Jun 2025 21:22:41 +0900 Subject: [PATCH] Release 2.54.1 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7aa46e8a..4d86232a 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.54.1] - 2025-06-25 + - Update `wasmtime@latest` to 34.0.1. - Update `cargo-tarpaulin@latest` to 0.32.8. @@ -4020,7 +4022,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.54.0...HEAD +[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.54.1...HEAD +[2.54.1]: https://github.com/taiki-e/install-action/compare/v2.54.0...v2.54.1 [2.54.0]: https://github.com/taiki-e/install-action/compare/v2.53.2...v2.54.0 [2.53.2]: https://github.com/taiki-e/install-action/compare/v2.53.1...v2.53.2 [2.53.1]: https://github.com/taiki-e/install-action/compare/v2.53.0...v2.53.1