diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 88c6f240..4721943e 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.33 (April 15, 2025) + +- 🐦 Support for Flutter 3.29.3 +- 🍧 Fix `shorebird init` flavor case sensitivity +- 🧹 Various dependency upgrades + ## 1.6.32 (March 27, 2025) - 🪧 Add `shorebird release` build failure recommendations diff --git a/packages/shorebird_cli/lib/src/version.dart b/packages/shorebird_cli/lib/src/version.dart index 38b55f87..ad04c699 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.32'; +const packageVersion = '1.6.33'; diff --git a/packages/shorebird_cli/pubspec.yaml b/packages/shorebird_cli/pubspec.yaml index e406be74..bf04ee65 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.32 +version: 1.6.33 repository: https://github.com/shorebirdtech/shorebird publish_to: none