diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index fa0aab36..1c48c068 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -4,6 +4,16 @@ cspell:words pubspec erickzanardo xcframeworks cupertino codesign codecov rkishan appbundle proto tlsv kingdomseed Peetee Aditya serde --> +## 1.6.98 (May 7, 2026) + +- ✨ New `account` command: `shorebird account whoami` and `shorebird account orgs` +- ✨ New `patches list` and `patches info` commands; `set-track` gains `--json` +- ✨ Hint at unreachable iOS 17+ devices instead of silently falling back to ios-deploy +- 🔧 Updater (rolled into Flutter 3.41.9 engine): + - Android: mmap `libapp.so` out of the APK instead of buffering in RAM + - Internal C API split (Dart-stable vs engine surfaces) and per-patch lifecycle state machine refactor +- 🐛 Fix: forward `--flavor` to `flutter build aar` and `flutter build ios-framework` + ## 1.6.97 (May 5, 2026) - ✨ New `releases list` and `releases info` commands diff --git a/packages/shorebird_cli/lib/src/version.dart b/packages/shorebird_cli/lib/src/version.dart index c5719436..780a8dd5 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 = '1.6.97'; +const packageVersion = '1.6.98'; diff --git a/packages/shorebird_cli/pubspec.yaml b/packages/shorebird_cli/pubspec.yaml index 12b4366d..fbebb1d9 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: 1.6.97 +version: 1.6.98 repository: https://github.com/shorebirdtech/shorebird resolution: workspace