From b4dc44a7b28b80c01579cbcf2e47dbf733a7e5cb Mon Sep 17 00:00:00 2001 From: Felix Angelov Date: Thu, 25 May 2023 17:07:30 -0700 Subject: [PATCH] chore(shorebird_cli): v0.3.0 (#552) --- RELEASE_NOTES.md | 17 +++++++++++++++++ packages/shorebird_cli/lib/src/version.dart | 2 +- packages/shorebird_cli/pubspec.yaml | 2 +- 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 6c21f849..08a4bd40 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -2,6 +2,23 @@ This section contains past updates we've sent to customers via Discord. +## 0.3.0 (May 25, 2023) + +We've just released Shorebird CLI v0.3.0 🎉 + +✨ The most notable changes are: + +- 🐦 Support for Flutter 3.10.2 and Dart 3.0.2 +- 🚨 Breaking Change: `shorebird release` was removed in favor of `shorebird release android` as part of the preparation to support iOS +- ⚠️ `shorebird patch` alerts users of non-patchable changes +- 🩹 Fixed a bug which caused crashes on Android API <28 + +📚 Release notes can be found at https://github.com/shorebirdtech/shorebird/releases/tag/v0.3.0 + +As always, you can upgrade using shorebird upgrade + +Please let us know if we can help! + ## 0.2.2 (May 22, 2023) We've just released Shorebird CLI v0.2.2 🎉 diff --git a/packages/shorebird_cli/lib/src/version.dart b/packages/shorebird_cli/lib/src/version.dart index 0f61d831..6956fe27 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 = '0.2.2'; +const packageVersion = '0.3.0'; diff --git a/packages/shorebird_cli/pubspec.yaml b/packages/shorebird_cli/pubspec.yaml index 9e2dbe04..9dc77610 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: 0.2.2 +version: 0.3.0 repository: https://github.com/shorebirdtech/shorebird publish_to: none