From 89fd80d06c5a167483c89814b26aabd3620e8294 Mon Sep 17 00:00:00 2001 From: Bryan Oltman Date: Wed, 14 Jun 2023 16:03:15 -0400 Subject: [PATCH] chore: release 0.4.5 --- RELEASE_NOTES.md | 13 +++++++++++++ packages/shorebird_cli/lib/src/version.dart | 2 +- packages/shorebird_cli/pubspec.yaml | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 7ac23561d..4b2ae59e6 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -2,6 +2,19 @@ This section contains past updates we've sent to customers via Discord. +## 0.4.5 (June 14, 2023) + +We've just released Shorebird CLI v0.4.5 🎉 + +- Upgrading to Flutter 3.10.4 +- Fixed iOS release version detection + +📚 Release notes can be found at https://github.com/shorebirdtech/shorebird/releases/tag/v0.4.5 + +As always, you can upgrade using `shorebird upgrade` + +Please let us know if we can help! + ## 0.4.4 (June 12, 2023) We've just released Shorebird CLI v0.4.4 🎉 diff --git a/packages/shorebird_cli/lib/src/version.dart b/packages/shorebird_cli/lib/src/version.dart index 820b677ac..8193e3ca4 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.4.4'; +const packageVersion = '0.4.5'; diff --git a/packages/shorebird_cli/pubspec.yaml b/packages/shorebird_cli/pubspec.yaml index 72944df08..e2f220e3b 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.4.4 +version: 0.4.5 repository: https://github.com/shorebirdtech/shorebird publish_to: none