diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 74880114..7d111c6e 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.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 +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. + +📚 Release notes can be found at https://github.com/shorebirdtech/shorebird/releases/tag/v0.24.0 + ## 0.23.1 (January 25, 2024) - 🩹 Fixes iOS patch for Flutter version 3.16.5 diff --git a/packages/shorebird_cli/lib/src/version.dart b/packages/shorebird_cli/lib/src/version.dart index 37da91f0..2d6e6e4e 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.23.1'; +const packageVersion = '0.24.0'; diff --git a/packages/shorebird_cli/pubspec.yaml b/packages/shorebird_cli/pubspec.yaml index 8ca04061..657dacef 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.23.1 +version: 0.24.0 repository: https://github.com/shorebirdtech/shorebird publish_to: none