From 0b1dfd4a726ff7643a9a17813892540f9b280b4e Mon Sep 17 00:00:00 2001 From: Felix Angelov Date: Thu, 17 Aug 2023 16:57:50 -0500 Subject: [PATCH] chore(shorebird_cli): v0.13.0 (#1117) --- RELEASE_NOTES.md | 23 +++++++++++++++++++++ packages/shorebird_cli/lib/src/version.dart | 2 +- packages/shorebird_cli/pubspec.yaml | 2 +- 3 files changed, 25 insertions(+), 2 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 7428666e..301d7bf5 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -2,6 +2,29 @@ This section contains past updates we've sent to customers via Discord. +## 0.13.0 (August 17, 2023) + +We've just released Shorebird v0.13.0 ๐ŸŽ‰ + +- ๐ŸŽ iOS crash fixes +- ๐Ÿงฉ `shorebird patch` no longer requires specifying a release version +- ๐Ÿฆ `shorebird flutter versions use` supports passing a commit hash +- ๐Ÿค– no prompts when run in continuous integration +- ๐Ÿฉน `.dart_tool/package_config.json` is reset after builds to resolve VSCode issues +- ๐ŸŽ improved iOS asset diffing (`.car` file fixes) +- ๐Ÿงน remove deprecated commands + - `shorebird account upgrade` + - `shorebird apps list` + - `shorebird apps delete` + - `shorebird releases add` + - `shorebird releases list` + +๐Ÿ“š Release notes can be found at https://github.com/shorebirdtech/shorebird/releases/tag/v0.13.0 + +As always, you can upgrade using `shorebird upgrade` + +Please let us know if we can help! + ## 0.12.3 (August 11, 2023) We've just released Shorebird v0.12.3 ๐ŸŽ‰ diff --git a/packages/shorebird_cli/lib/src/version.dart b/packages/shorebird_cli/lib/src/version.dart index 1024ad69..5b1c19d6 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.12.3'; +const packageVersion = '0.13.0'; diff --git a/packages/shorebird_cli/pubspec.yaml b/packages/shorebird_cli/pubspec.yaml index 40781033..fe74de1c 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.12.3 +version: 0.13.0 repository: https://github.com/shorebirdtech/shorebird publish_to: none