From 9d7e65c320fdb52dcd45ffaa68deb6c02c8754d9 Mon Sep 17 00:00:00 2001 From: Jonas Bushart Date: Wed, 23 Apr 2025 22:46:51 +0200 Subject: [PATCH] Update changelog for windows support --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 25142be..a637784 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.12.0] - 2025-04-23 + +* Add support for installing rustup on Windows (#58 by @maennchen) + This adds support for using Rust on the GitHub provided Windows ARM runners. + ## [1.11.0] - 2025-02-24 * Add new parameter `cache-bin` that is propagated to `Swatinem/rust-cache` as `cache-bin` (#51 by @enkhjile)