chore: prepare for release 1.6.93

This commit is contained in:
Brandon DeRosier
2026-04-21 14:33:44 -07:00
parent 8f5d7d4bc5
commit c4e5f4180d
3 changed files with 17 additions and 2 deletions
+15
View File
@@ -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 🎉
+1 -1
View File
@@ -1,2 +1,2 @@
// Generated code. Do not modify.
const packageVersion = '1.6.92';
const packageVersion = '1.6.93';
+1 -1
View File
@@ -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