diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 5dcf1400..fb9d3067 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.107 (June 5, 2026) + +- 🐛 Fix arm64 FFI callback crashers affecting async and isolate-group-bound + callbacks (follow-up to the 1.6.105 FFI fixes). +- 🐛 Android: read `libapp.so` from the `.aab` instead of the Gradle strip task + output. +- 🐛 Fix a potential `gen_snapshot` crash. + ## 1.6.106 (June 1, 2026) - 🐦 Flutter 3.44.1 / Dart 3.12.1 support diff --git a/packages/shorebird_cli/lib/src/version.dart b/packages/shorebird_cli/lib/src/version.dart index 524c5f17..d9657a0a 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.106'; +const packageVersion = '1.6.107'; diff --git a/packages/shorebird_cli/pubspec.yaml b/packages/shorebird_cli/pubspec.yaml index e9d5eac1..e468cc51 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.106 +version: 1.6.107 repository: https://github.com/shorebirdtech/shorebird resolution: workspace