From fa17ad1002215a1bff3f462e67f380fa3d887aab Mon Sep 17 00:00:00 2001 From: Camille Simon <43054281+camsim99@users.noreply.github.com> Date: Tue, 3 Jun 2025 15:16:03 -0700 Subject: [PATCH] Update `engine.version` for 3.32.2 stable hotfix release (#169952) Updates `engine.version` for 3.32.2 stable hotfix release to the last cherry-pick SHA: https://github.com/flutter/flutter/commit/d88a6751a87a8aa478bb6fa8e310b9a400e77479 I think this is required because there were engine changes in a previous cherry-pick (https://github.com/flutter/flutter/pull/169772) not included in the 3.32.1 stable hotfix release. --- CHANGELOG.md | 6 ++++++ bin/internal/engine.version | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 02a31bd066..3688d8cc9f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,6 +29,12 @@ INTERNAL NOTE ## Flutter 3.32 Changes +### [3.32.2](https://github.com/flutter/flutter/releases/tag/3.32.2) + +- [flutter/169772](https://github.com/flutter/flutter/pull/169772) - Configuration changes for Flutter's CI to run tests on Linux instead of Windows when not otherwise required. +- [flutter/169630](https://github.com/flutter/flutter/pull/169630) - Fixes issue where flavored Android packages may not successfully build on Windows repeatedly until the next clean. +- [flutter/169912](https://github.com/flutter/flutter/pull/169912) - Splits Flutter CI task for publishing API docs into one build step and one deploy step. + ### [3.32.1](https://github.com/flutter/flutter/releases/tag/3.32.1) - [flutter/156793](https://github.com/flutter/flutter/issues/156793) - Fixes flaky crash when targeting web applications via IDEs using the DAP. diff --git a/bin/internal/engine.version b/bin/internal/engine.version index 722ab7cd42..03cd86b1ee 100644 --- a/bin/internal/engine.version +++ b/bin/internal/engine.version @@ -1 +1 @@ -1425e5e9ec5eeb4f225c401d8db69b860e0fde9a +d88a6751a87a8aa478bb6fa8e310b9a400e77479