From d47cd48538c210bbe525aaeb5af75ea6a95190f3 Mon Sep 17 00:00:00 2001 From: Eric Seidel Date: Mon, 26 Feb 2024 14:44:09 -0800 Subject: [PATCH] docs: Release notes for 0.26.1 (#1757) --- RELEASE_NOTES.md | 11 +++++++++++ packages/shorebird_cli/lib/src/version.dart | 2 +- packages/shorebird_cli/pubspec.yaml | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 0fc0e407..66fb30a8 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -2,6 +2,17 @@ This section contains past updates we've sent to customers via Discord. +## 0.26.1 (February 26, 2024) + +🆕 Updated to Flutter 3.19.1. +🪟 Fixed `shorebird patch` failing on some Windows installs (missing .dll). +☁️ Added Microsoft login to `shorebird login` and console.shorebird.dev. + +Microsoft login will show Shorebird as an "unverified" app for a few more +days until our Microsoft Partner Program application completes. + +📚 Release notes can be found at https://github.com/shorebirdtech/shorebird/releases/tag/v0.26.1 + ## 0.26.0 (February 15, 2024) 🆕 Updated to Flutter 3.19.0. diff --git a/packages/shorebird_cli/lib/src/version.dart b/packages/shorebird_cli/lib/src/version.dart index c277d777..10c81cc4 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.26.0'; +const packageVersion = '0.26.1'; diff --git a/packages/shorebird_cli/pubspec.yaml b/packages/shorebird_cli/pubspec.yaml index db4e885d..0563c86f 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.26.0 +version: 0.26.1 repository: https://github.com/shorebirdtech/shorebird publish_to: none