diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 1c02d4a0..b723fda3 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -4,6 +4,17 @@ cspell:words pubspec erickzanardo xcframeworks cupertino codesign codecov rkishan appbundle proto tlsv kingdomseed Peetee Aditya serde --> +## 1.6.94 (April 28, 2026) + +- 🐦 Support for Flutter 3.41.8 + - Fixes iOS profile mode failing to connect to the Dart VM + - Updater: enrich patch install failure messages with diagnostics + - Updater: smaller binary via `panic=abort` and dropped backtrace features + - Updater: atomic state writes and surface flush errors in disk_io + - shorebird_code_push v2.0.6 +- ✨ Add `--json` output mode for agentic CLI consumption +- 🩺 Doctor: detect hard-coded `FLUTTER_*` build settings in `Runner.xcodeproj/project.pbxproj` (covers both standard apps and Flutter modules) + ## 1.6.93 (April 21, 2026) - 🐦 Support for Flutter 3.41.7 & Dart 3.11.5 diff --git a/packages/shorebird_cli/lib/src/version.dart b/packages/shorebird_cli/lib/src/version.dart index b59798be..a2776b29 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.93'; +const packageVersion = '1.6.94'; diff --git a/packages/shorebird_cli/pubspec.yaml b/packages/shorebird_cli/pubspec.yaml index 8452e30b..50c50ce8 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.93 +version: 1.6.94 repository: https://github.com/shorebirdtech/shorebird resolution: workspace