From eb9525fdc0852a5f57c7f7bd4e44f35f9b0fcd84 Mon Sep 17 00:00:00 2001 From: Felix Angelov Date: Thu, 29 May 2025 17:41:36 -0500 Subject: [PATCH] chore(shorebird_cli): v1.6.40 (#3120) --- RELEASE_NOTES.md | 4 ++++ packages/shorebird_cli/lib/src/version.dart | 2 +- packages/shorebird_cli/pubspec.yaml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index e23fdc9c..d02a82df 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -4,6 +4,10 @@ cspell:words pubspec erickzanardo xcframeworks Cupertino codesign codecov rkishan appbundle proto tlsv --> +## 1.6.40 (May 29, 2025) + +- 📈 iOS linking improvements (especially when using `--split-debug-info`) + ## 1.6.39 (May 27, 2025) - 🐦 Support for Flutter 3.32.0 diff --git a/packages/shorebird_cli/lib/src/version.dart b/packages/shorebird_cli/lib/src/version.dart index f4417e62..1d946fb4 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.39'; +const packageVersion = '1.6.40'; diff --git a/packages/shorebird_cli/pubspec.yaml b/packages/shorebird_cli/pubspec.yaml index a95ac77a..95de5a7e 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.39 +version: 1.6.40 repository: https://github.com/shorebirdtech/shorebird publish_to: none