diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index fa52e617..94bfefc7 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,10 +1,18 @@ # Release Notes -## 1.6.64 (October 30, 2025) +## 1.6.65 (October 14, 2025) + +- 🐦 Support for Flutter 3.35.6 +- 🍧 Enable flavor support for single platforms by warning instead of erroring + when no flavor is provided to an app that supports flavors. +- 🔎 Handle missing shorebird.yaml file gracefully when promoting a patch + (thanks @Peetee06!) + +## 1.6.64 (October 9, 2025) - 🐞 fix: only validate patches on boot. This improves startup time and performance for apps that use patch signing. diff --git a/packages/shorebird_cli/lib/src/version.dart b/packages/shorebird_cli/lib/src/version.dart index bb57adce..236536d4 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.64'; +const packageVersion = '1.6.65'; diff --git a/packages/shorebird_cli/pubspec.yaml b/packages/shorebird_cli/pubspec.yaml index a2d20e50..26f34011 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.64 +version: 1.6.65 repository: https://github.com/shorebirdtech/shorebird resolution: workspace