From eaa4996a47eaaec235ee8777863e2966aeff2c3d Mon Sep 17 00:00:00 2001 From: Brandon DeRosier Date: Tue, 19 May 2026 18:11:01 -0700 Subject: [PATCH] chore: prepare for release 1.6.101 --- RELEASE_NOTES.md | 8 ++++++++ bin/internal/flutter.version | 2 +- packages/shorebird_cli/lib/src/version.dart | 2 +- packages/shorebird_cli/pubspec.yaml | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 168370ce..7a3a2ebe 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -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 diff --git a/bin/internal/flutter.version b/bin/internal/flutter.version index 1acf65b2..a4d43dc0 100644 --- a/bin/internal/flutter.version +++ b/bin/internal/flutter.version @@ -1 +1 @@ -70488d38f94268163dc4177b3ec268330766b4a3 +3ba5200899c3d02cc31aed2eb75b3138e81513aa diff --git a/packages/shorebird_cli/lib/src/version.dart b/packages/shorebird_cli/lib/src/version.dart index d149102b..bd71cb96 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.100'; +const packageVersion = '1.6.101'; diff --git a/packages/shorebird_cli/pubspec.yaml b/packages/shorebird_cli/pubspec.yaml index 8cd72ef9..96f8d8d5 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.100 +version: 1.6.101 repository: https://github.com/shorebirdtech/shorebird resolution: workspace