From 6186f484ab396d3a27d14113ba475acd009855fd Mon Sep 17 00:00:00 2001 From: Felix Angelov Date: Wed, 23 Oct 2024 14:47:51 -0500 Subject: [PATCH] chore(shorebird_cli): v1.4.5 --- RELEASE_NOTES.md | 6 ++++++ packages/shorebird_cli/lib/src/version.dart | 2 +- packages/shorebird_cli/pubspec.yaml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 81d0d397c..bcc4a9e03 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -6,6 +6,12 @@ cspell:words pubspec erickzanardo xcframeworks Cupertino codesign codecov rkisha This section contains past updates we've sent to customers. +## 1.4.5 (October 23, 2024) + +- 🧑‍🔧 Fix bug when patching with `--split-debug-info` on iOS + - `shorebird release` and `shorebird patch` now have first party support for `--split-debug-info` +- 🪵 Do not output error message when `-h` flag is passed + ## 1.4.4 (October 22, 2024) - 📈 Add download progress to patch commands diff --git a/packages/shorebird_cli/lib/src/version.dart b/packages/shorebird_cli/lib/src/version.dart index 8a7c5fd39..78398047b 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.4'; +const packageVersion = '1.4.5'; diff --git a/packages/shorebird_cli/pubspec.yaml b/packages/shorebird_cli/pubspec.yaml index 2f6177023..24953509b 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.4 +version: 1.4.5 repository: https://github.com/shorebirdtech/shorebird publish_to: none