chore(shorebird_cli): v0.4.0 (#592)

This commit is contained in:
Felix Angelov
2023-06-02 16:09:06 -07:00
committed by GitHub
parent 769da59041
commit aecc1ed1e8
3 changed files with 19 additions and 2 deletions
+17
View File
@@ -2,6 +2,23 @@
This section contains past updates we've sent to customers via Discord.
## 0.4.0 (June 2, 2023)
We've just released Shorebird CLI v0.4.0 🎉
✨ The most notable changes are:
- 🧩 Support for Android Archive Add-To-App workflows
- `shorebird release aar` and `shorebird patch aar`
- 🐛 Fix uploads for large apps
- 🚨 Breaking Change: `shorebird patch` was renamed to `shorebird patch android` as continued preparation to support iOS
📚 Release notes can be found at https://github.com/shorebirdtech/shorebird/releases/tag/v0.4.0
As always, you can upgrade using `shorebird upgrade`
Please let us know if we can help!
## 0.3.1 (May 30, 2023)
We've just released Shorebird CLI v0.3.1 🎉
+1 -1
View File
@@ -1,2 +1,2 @@
// Generated code. Do not modify.
const packageVersion = '0.3.1';
const packageVersion = '0.4.0';
+1 -1
View File
@@ -1,6 +1,6 @@
name: shorebird_cli
description: Command-line tool to interact with Shorebird's services.
version: 0.3.1
version: 0.4.0
repository: https://github.com/shorebirdtech/shorebird
publish_to: none