Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(shorebird_cli): Prepare release 0.28.1 #1857

Merged
merged 1 commit into from
Apr 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,20 @@

This section contains past updates we've sent to customers via Discord.

## 0.28.1 (April 3, 2024)

🐦 Support for Flutter 3.19.5
🛣️ Fix hang when creating release with Fastlane
💬 Suggest re-running command with --verbose on failure
🍦 Detect flavors when running `shorebird preview` for better prompting (@erickzanardo's first contribution! 🎉)

📚 Release notes can be found at https://github.com/shorebirdtech/shorebird/releases/tag/v0.28.1

## 0.28.0 (March 28, 2024)

🚀 Apps with a patch applied on iOS run much faster than previously.
💾 `shorebird release` saves XCode Version and OS to console.shorebird.dev
to help diagnose any later issues during patching.
to help diagnose any later issues during patching.

Shorebird's Flutter 3.19.4 contains a re-write of our Dart build pipeline on iOS
which eliminates any slowdowns caused by patching Dart code in most cases. We
Expand Down
2 changes: 1 addition & 1 deletion packages/shorebird_cli/lib/src/version.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/shorebird_cli/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: shorebird_cli
description: Command-line tool to interact with Shorebird's services.
version: 0.28.0
version: 0.28.1
repository: https://github.com/shorebirdtech/shorebird

publish_to: none
Expand Down
Loading