From d0a36bc6eff29623f1101746cb0c43ab246d0c21 Mon Sep 17 00:00:00 2001 From: Felix Angelov Date: Thu, 1 Aug 2024 17:43:21 -0500 Subject: [PATCH] chore(shorebird_cli): v1.1.26 (#2399) --- 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 e8e429bb..5a6feffa 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -6,6 +6,10 @@ cspell:words pubspec erickzanardo xcframeworks Cupertino codesign codecov rkisha This section contains past updates we've sent to customers. +## 1.1.26 (August 1, 2024) + +- 📈 Improve iOS patch performance (exclude snapshot padding) + ## 1.1.25 (July 29, 2024) - 📈 Improve iOS patch performance (tolerate duplicate code objects) diff --git a/packages/shorebird_cli/lib/src/version.dart b/packages/shorebird_cli/lib/src/version.dart index dd5f4612..c809ab31 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.1.25'; +const packageVersion = '1.1.26'; diff --git a/packages/shorebird_cli/pubspec.yaml b/packages/shorebird_cli/pubspec.yaml index a1ccbc63..0997f17a 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.1.25 +version: 1.1.26 repository: https://github.com/shorebirdtech/shorebird publish_to: none