From d5675efbe94f22efffef163f00e4f309697481a3 Mon Sep 17 00:00:00 2001 From: Eric Seidel Date: Wed, 7 Feb 2024 16:09:24 -0800 Subject: [PATCH] chore: roll version number (#1713) --- RELEASE_NOTES.md | 15 +++++++++++++++ packages/shorebird_cli/lib/src/version.dart | 2 +- packages/shorebird_cli/pubspec.yaml | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 4aa75191..ec4a2e1a 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -2,6 +2,21 @@ This section contains past updates we've sent to customers via Discord. +## 0.25.2 (February 7, 2024) + +💥 Fixes a crash on iOS releases without a patch. +🚑 Now publishing .dSYM files for iOS builds to help with crash reporting, see + https://docs.shorebird.dev/guides/crash-reporting for usage instructions. +🪵 Fixed logs from Shorebird updater not appearing on iOS. + +We have received multiple reports of iOS builds crashing at 0xfffffffffffffffe. +https://github.com/shorebirdtech/shorebird/issues/1700 +We expect this is a bug in our new iOS engine relating to `async`/`await`, but +have not yet been able to reproduce this ourselves. We would *love* to work +with you to debug this issue if you are seeing it. + +If you see any issues, please let us know! + ## 0.25.1 (February 5, 2024) - 🩹 Fixes an issue where our Flutter fork was reporting the incorrect version. diff --git a/packages/shorebird_cli/lib/src/version.dart b/packages/shorebird_cli/lib/src/version.dart index 94db5257..7d4a37c5 100644 --- a/packages/shorebird_cli/lib/src/version.dart +++ b/packages/shorebird_cli/lib/src/version.dart @@ -1,2 +1,2 @@ // Generated code. Do not modify. -const packageVersion = '0.25.1'; +const packageVersion = '0.25.2'; diff --git a/packages/shorebird_cli/pubspec.yaml b/packages/shorebird_cli/pubspec.yaml index c55808c8..64e2fac7 100644 --- a/packages/shorebird_cli/pubspec.yaml +++ b/packages/shorebird_cli/pubspec.yaml @@ -1,6 +1,6 @@ name: shorebird_cli description: Command-line tool to interact with Shorebird's services. -version: 0.25.1 +version: 0.25.2 repository: https://github.com/shorebirdtech/shorebird publish_to: none