From 41a624f7f3eabe9db13e4256be29170ab28b3fca Mon Sep 17 00:00:00 2001 From: Bryan Oltman Date: Mon, 21 Oct 2024 11:07:38 -0400 Subject: [PATCH] chore: draft release 1.4.3 (#2562) --- RELEASE_NOTES.md | 5 +++++ packages/shorebird_cli/lib/src/version.dart | 2 +- packages/shorebird_cli/pubspec.yaml | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 4aca54c2..d13c2aa8 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -6,6 +6,11 @@ cspell:words pubspec erickzanardo xcframeworks Cupertino codesign codecov rkisha This section contains past updates we've sent to customers. +## 1.4.3 (October 21, 2024) + +- 🧑‍⚕️ Fix `shorebird doctor -v` download speed test on Windows +- 🍎 Enforce minimum Flutter version for `shorebird release ios-framework` + ## 1.4.2 (October 18, 2024) - 📦 Include artifact download speed test in `shorebird doctor -v` diff --git a/packages/shorebird_cli/lib/src/version.dart b/packages/shorebird_cli/lib/src/version.dart index ee9b51fd..6617d3fb 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.2'; +const packageVersion = '1.4.3'; diff --git a/packages/shorebird_cli/pubspec.yaml b/packages/shorebird_cli/pubspec.yaml index a2f3296a..22f7263a 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.2 +version: 1.4.3 repository: https://github.com/shorebirdtech/shorebird publish_to: none