From dd154fff2f898f480894c915c12aa8782e93c71b Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Wed, 18 Jun 2025 01:45:25 +0900 Subject: [PATCH] Release 2.53.1 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 403712c5..defade4f 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.53.1] - 2025-06-17 + - Support `typos` on AArch64 Linux. ([#1004](https://github.com/taiki-e/install-action/pull/1004), thanks @vivienm) - Update `cargo-nextest@latest` to 0.9.99. @@ -3994,7 +3996,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.53.0...HEAD +[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.53.1...HEAD +[2.53.1]: https://github.com/taiki-e/install-action/compare/v2.53.0...v2.53.1 [2.53.0]: https://github.com/taiki-e/install-action/compare/v2.52.8...v2.53.0 [2.52.8]: https://github.com/taiki-e/install-action/compare/v2.52.7...v2.52.8 [2.52.7]: https://github.com/taiki-e/install-action/compare/v2.52.6...v2.52.7