chore: prepare for release 1.6.93
This commit is contained in:
@@ -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,2 +1,2 @@
|
||||
// Generated code. Do not modify.
|
||||
const packageVersion = '1.6.92';
|
||||
const packageVersion = '1.6.93';
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user