From aecc1ed1e856494e829f00198af898eaca7345b2 Mon Sep 17 00:00:00 2001 From: Felix Angelov Date: Fri, 2 Jun 2023 16:09:06 -0700 Subject: [PATCH] chore(shorebird_cli): v0.4.0 (#592) --- 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 e1e8df9a..66bd49d5 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.4.0 (June 2, 2023) + +We've just released Shorebird CLI v0.4.0 🎉 + +✨ The most notable changes are: + +- 🧩 Support for Android Archive Add-To-App workflows + - `shorebird release aar` and `shorebird patch aar` +- 🐛 Fix uploads for large apps +- 🚨 Breaking Change: `shorebird patch` was renamed to `shorebird patch android` as continued preparation to support iOS + +📚 Release notes can be found at https://github.com/shorebirdtech/shorebird/releases/tag/v0.4.0 + +As always, you can upgrade using `shorebird upgrade` + +Please let us know if we can help! + ## 0.3.1 (May 30, 2023) We've just released Shorebird CLI v0.3.1 🎉 diff --git a/packages/shorebird_cli/lib/src/version.dart b/packages/shorebird_cli/lib/src/version.dart index 35a3412a..f5ed1c58 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.3.1'; +const packageVersion = '0.4.0'; diff --git a/packages/shorebird_cli/pubspec.yaml b/packages/shorebird_cli/pubspec.yaml index ad34c0aa..104e43ed 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.3.1 +version: 0.4.0 repository: https://github.com/shorebirdtech/shorebird publish_to: none