From 2cdf2d81f4edfc3b41d5ddf56083c70b48ac2475 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Wed, 22 Oct 2025 10:01:49 +0900 Subject: [PATCH] Release 2.62.35 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a9d50023..712b269d 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.62.35] - 2025-10-22 + - Update `wasmtime@latest` to 38.0.2. - Update `cargo-nextest@latest` to 0.9.108. @@ -4791,7 +4793,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.62.34...HEAD +[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.62.35...HEAD +[2.62.35]: https://github.com/taiki-e/install-action/compare/v2.62.34...v2.62.35 [2.62.34]: https://github.com/taiki-e/install-action/compare/v2.62.33...v2.62.34 [2.62.33]: https://github.com/taiki-e/install-action/compare/v2.62.32...v2.62.33 [2.62.32]: https://github.com/taiki-e/install-action/compare/v2.62.31...v2.62.32