diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 9d1c3bd38..d8adb7f6b 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -2,11 +2,20 @@ This section contains past updates we've sent to customers via Discord. +## 0.28.1 (April 3, 2024) + +🐦 Support for Flutter 3.19.5 +🛣️ Fix hang when creating release with Fastlane +💬 Suggest re-running command with --verbose on failure +🍦 Detect flavors when running `shorebird preview` for better prompting (@erickzanardo's first contribution! 🎉) + +📚 Release notes can be found at https://github.com/shorebirdtech/shorebird/releases/tag/v0.28.1 + ## 0.28.0 (March 28, 2024) 🚀 Apps with a patch applied on iOS run much faster than previously. 💾 `shorebird release` saves XCode Version and OS to console.shorebird.dev - to help diagnose any later issues during patching. +to help diagnose any later issues during patching. Shorebird's Flutter 3.19.4 contains a re-write of our Dart build pipeline on iOS which eliminates any slowdowns caused by patching Dart code in most cases. We diff --git a/packages/shorebird_cli/lib/src/version.dart b/packages/shorebird_cli/lib/src/version.dart index 9aedebcf6..3b7ced44d 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.28.0'; +const packageVersion = '0.28.1'; diff --git a/packages/shorebird_cli/pubspec.yaml b/packages/shorebird_cli/pubspec.yaml index a0eae17dc..6626f19fe 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.28.0 +version: 0.28.1 repository: https://github.com/shorebirdtech/shorebird publish_to: none