From fe17fa24f115384b55a6c3cc95038f7e52045ffc Mon Sep 17 00:00:00 2001 From: Bryan Oltman Date: Thu, 1 Feb 2024 18:07:57 -0500 Subject: [PATCH] chore(shorebird_cli): draft 0.25.0 (#1692) Co-authored-by: Eric Seidel --- RELEASE_NOTES.md | 31 +++++++++++++++------ packages/shorebird_cli/lib/src/version.dart | 2 +- packages/shorebird_cli/pubspec.yaml | 2 +- 3 files changed, 25 insertions(+), 10 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index f710006d..9c94ba04 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -2,24 +2,39 @@ This section contains past updates we've sent to customers via Discord. +## 0.25.0 (February 1, 2024) + +🎉🎉🎉 **iOS IS NOW BETA!** 🎉🎉🎉 + +📰 See our blog post at https://shorebird.dev/blogs/ios-beta/. + +This release includes: + +- 🐦 Support for Flutter 3.16.9. +- 🦿 iOS hybrid app patches are now much faster (at parity with non-hybrid iOS patches). +- 🩹 Fixes issues where `shorebird patch ios` might not work if an export options plist is required. +- 🗑️ Dropped support for Flutter 3.16.4-3.16.7 on iOS due to crashes discovered in those versions. + +📚 Release notes can be found at https://github.com/shorebirdtech/shorebird/releases/tag/v0.25.0 + ## 0.24.1 (January 31, 2024) -* iOS release builds now run at full speed. iOS patches remain slower than releases. +- iOS release builds now run at full speed. iOS patches remain slower than releases. 📚 Release notes can be found at https://github.com/shorebirdtech/shorebird/releases/tag/v0.24.1 ## 0.24.0 (January 30, 2024) -This is our last planned release before iOS beta. We believe iOS is stable -enough for general use. We plan to release beta later this week once we hear -back from early adopters. iOS releases and patches are still slower than +This is our last planned release before iOS beta. We believe iOS is stable +enough for general use. We plan to release beta later this week once we hear +back from early adopters. iOS releases and patches are still slower than Android, but they will continue to get faster in the coming weeks. Please test and let us know if you encounter any issues! -* iOS patches now run ~2x faster. -* Fixed several crashers in the new iOS engine. -* `shorebird -v` now shows all output from underlying commands, not just errors. +- iOS patches now run ~2x faster. +- Fixed several crashers in the new iOS engine. +- `shorebird -v` now shows all output from underlying commands, not just errors. 📚 Release notes can be found at https://github.com/shorebirdtech/shorebird/releases/tag/v0.24.0 @@ -55,7 +70,7 @@ Known issues: - Obfuscated iOS builds fail to patch: https://github.com/shorebirdtech/shorebird/issues/1619 -- Unpatched iOS builds are sometimes *slower* than patched builds: +- Unpatched iOS builds are sometimes _slower_ than patched builds: https://github.com/shorebirdtech/shorebird/issues/1661 📚 Release notes can be found at https://github.com/shorebirdtech/shorebird/releases/tag/v0.23.0 diff --git a/packages/shorebird_cli/lib/src/version.dart b/packages/shorebird_cli/lib/src/version.dart index 2344e77f..6cd48773 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.24.1'; +const packageVersion = '0.25.0'; diff --git a/packages/shorebird_cli/pubspec.yaml b/packages/shorebird_cli/pubspec.yaml index 282221ae..29fec35d 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.24.1 +version: 0.25.0 repository: https://github.com/shorebirdtech/shorebird publish_to: none