From ca086e734cf7702e633ddce7f1ea2352fa98333f Mon Sep 17 00:00:00 2001 From: Bryan Oltman Date: Tue, 22 Oct 2024 16:10:53 -0400 Subject: [PATCH] chore: draft release 1.4.4 (#2566) --- RELEASE_NOTES.md | 4 ++++ packages/shorebird_cli/lib/src/version.dart | 2 +- packages/shorebird_cli/pubspec.yaml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index d13c2aa8..81d0d397 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -6,6 +6,10 @@ cspell:words pubspec erickzanardo xcframeworks Cupertino codesign codecov rkisha This section contains past updates we've sent to customers. +## 1.4.4 (October 22, 2024) + +- 📈 Add download progress to patch commands + ## 1.4.3 (October 21, 2024) - 🧑‍⚕️ Fix `shorebird doctor -v` download speed test on Windows diff --git a/packages/shorebird_cli/lib/src/version.dart b/packages/shorebird_cli/lib/src/version.dart index 6617d3fb..8a7c5fd3 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.4.3'; +const packageVersion = '1.4.4'; diff --git a/packages/shorebird_cli/pubspec.yaml b/packages/shorebird_cli/pubspec.yaml index 59940679..2f617702 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.4.3 +version: 1.4.4 repository: https://github.com/shorebirdtech/shorebird publish_to: none