Skip to content

Commit

Permalink
chore(shorebird_cli): v0.6.0 (#709)
Browse files Browse the repository at this point in the history
  • Loading branch information
felangel authored Jun 23, 2023
1 parent 6d80fa3 commit 44d1455
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

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

## 0.6.0 (June 23, 2023)

We've just released Shorebird v0.6.0 🎉

- 🎮 Released [`package:shorebird_code_push`](https://pub.dev/packages/shorebird_code_push) to control code push from Dart
- 📈 `shorebird account usage` reports per-app update counts since the last billing cycle.
- 📦 `shorebird release android --artifacts apk` generates an `apk` instead of `aab`.
- 📝 `shorebird releases list` and `shorebird apps list` displays sorted by most recent.
- 🩹 Resolved Firebase Cloud Messaging background messages sometimes hanging on Android.

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

As always, you can upgrade using `shorebird upgrade`

Please let us know if we can help!

## 0.5.1 (June 21, 2023)

We've just released Shorebird CLI v0.5.1 🎉
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.5.1
version: 0.6.0
repository: https://github.com/shorebirdtech/shorebird

publish_to: none
Expand Down

0 comments on commit 44d1455

Please sign in to comment.