From 460edbb98269c613aaf55d27bdaf524afa0f24d9 Mon Sep 17 00:00:00 2001 From: Felix Angelov Date: Mon, 30 Sep 2024 14:57:46 -0400 Subject: [PATCH] chore(shorebird_cli): v1.3.5 (#2504) --- 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 d9d5e4d8..61b452b2 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.3.5 (September 30, 2024) + +- 🪵 Improve AOT Tools logging and exception reporting +- 🏢 Preparation for organizations support + ## 1.3.4 (September 24, 2024) - 🪵 Improve logging for link failures diff --git a/packages/shorebird_cli/lib/src/version.dart b/packages/shorebird_cli/lib/src/version.dart index 01c65249..b6716f2b 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.3.4'; +const packageVersion = '1.3.5'; diff --git a/packages/shorebird_cli/pubspec.yaml b/packages/shorebird_cli/pubspec.yaml index 616822b0..32e6e0ee 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.3.4 +version: 1.3.5 repository: https://github.com/shorebirdtech/shorebird publish_to: none