From 768647538b81f89f2a2bee051699af5b2a0e3182 Mon Sep 17 00:00:00 2001 From: Felix Angelov Date: Thu, 16 Jan 2025 15:26:08 -0600 Subject: [PATCH] chore(shorebird_cli): v1.6.4 --- 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 ba34f2f9a..3cd08cd55 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -6,6 +6,12 @@ cspell:words pubspec erickzanardo xcframeworks Cupertino codesign codecov rkisha This section contains past updates we've sent to customers. +## 1.6.4 (January 16, 2025) + +- 🔐 Add support for signed patches on Windows +- ✨ `shorebird patch` releases list should filter by specified platform +- 👀 Fix various `shorebird preview` errors on macOS (`ditto`) + ## 1.6.3 (January 14, 2025) - 🐦 Support for Flutter 3.27.2 diff --git a/packages/shorebird_cli/lib/src/version.dart b/packages/shorebird_cli/lib/src/version.dart index f1daadc2e..b1897f435 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.3'; +const packageVersion = '1.6.4'; diff --git a/packages/shorebird_cli/pubspec.yaml b/packages/shorebird_cli/pubspec.yaml index a4824b847..7250d1506 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.3 +version: 1.6.4 repository: https://github.com/shorebirdtech/shorebird publish_to: none