From 60edcfdcb2c66c8641f998428409cbf55dda46f3 Mon Sep 17 00:00:00 2001 From: Nick Weatherley Date: Mon, 20 Jul 2026 20:41:57 -0400 Subject: [PATCH] chore: prepare for release 1.6.114 --- RELEASE_NOTES.md | 6 ++++++ packages/shorebird_cli/lib/src/version.dart | 2 +- packages/shorebird_cli/pubspec.yaml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index c0825545..21ae8b8b 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -4,6 +4,12 @@ cspell:words pubspec erickzanardo xcframeworks cupertino codesign codecov rkishan appbundle proto tlsv kingdomseed Peetee Aditya serde bipatch GLES --> +## 1.6.114 (July 20, 2026) + +- 🐦 Flutter 3.44.7 / Dart 3.12.2 support + - Android: fix a file descriptor leak that could crash apps using external + textures (e.g. video) on some GPUs such as Arm Mali. + ## 1.6.113 (July 10, 2026) - 🐛 Fix `--shorebird-trace` build tracing being silently disabled even on diff --git a/packages/shorebird_cli/lib/src/version.dart b/packages/shorebird_cli/lib/src/version.dart index 176093d9..6551fd3b 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.113'; +const packageVersion = '1.6.114'; diff --git a/packages/shorebird_cli/pubspec.yaml b/packages/shorebird_cli/pubspec.yaml index fd6ff459..49c2c082 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.113 +version: 1.6.114 repository: https://github.com/shorebirdtech/shorebird resolution: workspace