chore: prepare for release 1.6.98

This commit is contained in:
Brandon DeRosier
2026-05-07 20:53:46 -07:00
parent c5797fa90f
commit afe9b83d03
3 changed files with 12 additions and 2 deletions
+10
View File
@@ -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
+1 -1
View File
@@ -1,2 +1,2 @@
// Generated code. Do not modify.
const packageVersion = '1.6.97';
const packageVersion = '1.6.98';
+1 -1
View File
@@ -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