From ec859e2447735fdd4275c67a6031fd54e6dcd431 Mon Sep 17 00:00:00 2001 From: Bryan Oltman Date: Thu, 9 Oct 2025 12:16:58 -0400 Subject: [PATCH] chore(shorebird_cli): release 1.6.64 (#3350) --- RELEASE_NOTES.md | 5 +++++ packages/shorebird_cli/lib/src/version.dart | 2 +- packages/shorebird_cli/pubspec.yaml | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 9db605b6..fa52e617 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -4,6 +4,11 @@ cspell:words pubspec erickzanardo xcframeworks cupertino codesign codecov rkishan appbundle proto tlsv kingdomseed --> +## 1.6.64 (October 30, 2025) + +- 🐞 fix: only validate patches on boot. This improves startup time and + performance for apps that use patch signing. + ## 1.6.63 (September 30, 2025) - 🪟 fix: use correct executable on windows when multiple executables are generated (thanks @kingdomseed!) diff --git a/packages/shorebird_cli/lib/src/version.dart b/packages/shorebird_cli/lib/src/version.dart index 72cb4d5a..bb57adce 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.63'; +const packageVersion = '1.6.64'; diff --git a/packages/shorebird_cli/pubspec.yaml b/packages/shorebird_cli/pubspec.yaml index f0405cfe..a2d20e50 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.63 +version: 1.6.64 repository: https://github.com/shorebirdtech/shorebird resolution: workspace