chore: prepare for release 1.6.101

This commit is contained in:
Brandon DeRosier
2026-05-19 18:11:01 -07:00
parent 41a5aa68bf
commit eaa4996a47
4 changed files with 11 additions and 3 deletions
+8
View File
@@ -4,6 +4,14 @@
cspell:words pubspec erickzanardo xcframeworks cupertino codesign codecov rkishan appbundle proto tlsv kingdomseed Peetee Aditya serde bipatch
-->
## 1.6.101 (May 19, 2026)
- 🐦 Flutter 3.44.0 / Dart 3.12.0 support
- 💥 Android: AGP now strips `libapp.so` and emits `libapp.so.sym` (for Play Console crash symbolication). If your `android/app/build.gradle(.kts)` contains a legacy `packaging.jniLibs.keepDebugSymbols.add("**/libapp.so")` line, remove it — `shorebird doctor` flags it for you.
- 🔧 Updater (rolled into Flutter 3.44 engine):
- 📉 mmap `libapp.so` out of the APK instead of buffering in RAM (Android memory win)
- Enhanced patch-apply diagnostic events
## 1.6.100 (May 16, 2026)
- 🐦 Refreshed Flutter 3.41.9 engine pin with a fix for exception-related crashes
+1 -1
View File
@@ -1 +1 @@
70488d38f94268163dc4177b3ec268330766b4a3
3ba5200899c3d02cc31aed2eb75b3138e81513aa
+1 -1
View File
@@ -1,2 +1,2 @@
// Generated code. Do not modify.
const packageVersion = '1.6.100';
const packageVersion = '1.6.101';
+1 -1
View File
@@ -1,6 +1,6 @@
name: shorebird_cli
description: Command-line tool to interact with Shorebird's services.
version: 1.6.100
version: 1.6.101
repository: https://github.com/shorebirdtech/shorebird
resolution: workspace