From ce00f4f65cc9584d928afbcdfd5f02da640e79bd Mon Sep 17 00:00:00 2001 From: Eric Seidel Date: Thu, 8 Feb 2024 21:09:54 -0800 Subject: [PATCH] docs: roll version and update release notes (#1720) Co-authored-by: Felix Angelov --- RELEASE_NOTES.md | 16 ++++++++++++++++ packages/shorebird_cli/lib/src/version.dart | 2 +- packages/shorebird_cli/pubspec.yaml | 2 +- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 0606309e..6e6e3bbb 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -2,6 +2,22 @@ This section contains past updates we've sent to customers via Discord. +## 0.25.3 (February 9, 2024) + +💥 Fixes our last known crasher on iOS. + https://github.com/shorebirdtech/shorebird/issues/1698 + +This one was a doozy. We had a crasher on iOS caused by a subtle bug in +upstream Dart that was triggered by `package:dio`, but only when handling json +blobs larger than 50kb. It took us a long time to find a reproduction, but once +we did, was a very easy fix. Thanks to all who helped us track this down! + +We're now returning our focus to finishing 1.0 which we hope to release in +another week or two. We believe this release to be stable and safe to use +on iOS and Android. Please let us know if you encounter any issues! + +📚 Release notes can be found at https://github.com/shorebirdtech/shorebird/releases/tag/v0.25.3 + ## 0.25.2 (February 7, 2024) 💥 Fixes a crash on iOS releases without a patch. diff --git a/packages/shorebird_cli/lib/src/version.dart b/packages/shorebird_cli/lib/src/version.dart index 7d4a37c5..f05e1cac 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.25.2'; +const packageVersion = '0.25.3'; diff --git a/packages/shorebird_cli/pubspec.yaml b/packages/shorebird_cli/pubspec.yaml index 89570809..5b07cb2f 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.25.2 +version: 0.25.3 repository: https://github.com/shorebirdtech/shorebird publish_to: none