From 9513a665adaa867a2b15ccb4cb4fe835a79b64e9 Mon Sep 17 00:00:00 2001 From: Felix Angelov Date: Thu, 20 Jul 2023 14:59:06 -0500 Subject: [PATCH] chore(shorebird_cli): v0.10.0 (#881) --- RELEASE_NOTES.md | 14 ++++++++++++++ packages/shorebird_cli/lib/src/version.dart | 2 +- packages/shorebird_cli/pubspec.yaml | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 23652981..0b6fd7ad 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -2,6 +2,20 @@ This section contains past updates we've sent to customers via Discord. +## 0.10.0 (July 20, 2023) + +We've just released Shorebird v0.10.0 ๐ŸŽ‰ + +- โœจ `shorebird patch` warns users of incomplete releases +- ๐Ÿ“ˆ New console.shorebird.dev accounts page to view plan and usage info +- ๐Ÿงน Remove deprecated `shorebird run` command + +๐Ÿ“š Release notes can be found at https://github.com/shorebirdtech/shorebird/releases/tag/v0.10.0 + +As always, you can upgrade using `shorebird upgrade` + +Please let us know if we can help! + ## 0.9.2 (July 14, 2023) We've just released Shorebird v0.9.2 ๐ŸŽ‰ diff --git a/packages/shorebird_cli/lib/src/version.dart b/packages/shorebird_cli/lib/src/version.dart index 94b30635..358c7b96 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.9.2'; +const packageVersion = '0.10.0'; diff --git a/packages/shorebird_cli/pubspec.yaml b/packages/shorebird_cli/pubspec.yaml index d19d83b4..f1ee0ceb 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.9.2 +version: 0.10.0 repository: https://github.com/shorebirdtech/shorebird publish_to: none