From c4e5f4180db66d2890ce4d027c32aca9773e3c54 Mon Sep 17 00:00:00 2001 From: Brandon DeRosier Date: Tue, 21 Apr 2026 14:33:44 -0700 Subject: [PATCH] chore: prepare for release 1.6.93 --- packages/shorebird_cli/CHANGELOG.md | 15 +++++++++++++++ packages/shorebird_cli/lib/src/version.dart | 2 +- packages/shorebird_cli/pubspec.yaml | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/packages/shorebird_cli/CHANGELOG.md b/packages/shorebird_cli/CHANGELOG.md index 4fff97bd..962d5ebd 100644 --- a/packages/shorebird_cli/CHANGELOG.md +++ b/packages/shorebird_cli/CHANGELOG.md @@ -1,3 +1,18 @@ +# 1.6.93 + +- 🐦 Support for Flutter 3.41.7 & Dart 3.11.5 +- 🔧 Updater: resumable downloads with streaming to disk +- 🔧 Updater: replace serde_yaml with hand-rolled parser for smaller binary +- 🔧 Updater: return UpdateInProgress status instead of erroring on concurrent updates +- 🔧 Updater: do not throw UpdateException on SHOREBIRD_NO_UPDATE +- ✨ Capture build trace + privacy-safe summary on release +- ✨ Hint at --dart-define/--obfuscate mismatch on link failure +- ✨ Reject ExportOptions.plist with manageAppVersionAndBuildNumber +- ✨ Include snapshots in patch debug dump +- 🐛 Only pass --shorebird-trace to build commands that support it +- 🐛 Detect --obfuscate and --split-debug-info after -- +- 🐛 Fetch latest refs before resolving --flutter-version + # 0.0.1 - feat: initial commit 🎉 diff --git a/packages/shorebird_cli/lib/src/version.dart b/packages/shorebird_cli/lib/src/version.dart index 2b4b0bca..b59798be 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.92'; +const packageVersion = '1.6.93'; diff --git a/packages/shorebird_cli/pubspec.yaml b/packages/shorebird_cli/pubspec.yaml index a685505a..cea83d5c 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.92 +version: 1.6.93 repository: https://github.com/shorebirdtech/shorebird resolution: workspace