chore(shorebird_cli): v0.12.0 (#1039)

This commit is contained in:
Felix Angelov
2023-08-04 16:50:23 -05:00
committed by GitHub
parent 654511d17b
commit fa494f802c
3 changed files with 17 additions and 2 deletions
+15
View File
@@ -2,6 +2,21 @@
This section contains past updates we've sent to customers via Discord.
## 0.12.0 (August 4, 2023)
We've just released Shorebird v0.12.0 🎉
- 📜 `shorebird patch` supports patching releases that used older Flutter versions
-`shorebird.yaml` exposes `auto_update` which can be used to disable automatic update checks
- 🗂️ `shorebird patch ios-alpha` warns users of asset changes
- 📦 `shorebird release android` supports `--split-per-abi` flag
📚 Release notes can be found at https://github.com/shorebirdtech/shorebird/releases/tag/v0.12.0
As always, you can upgrade using `shorebird upgrade`
Please let us know if we can help!
## 0.11.2 (August 1, 2023)
We've just released Shorebird v0.11.2 🎉
+1 -1
View File
@@ -1,2 +1,2 @@
// Generated code. Do not modify.
const packageVersion = '0.11.2';
const packageVersion = '0.12.0';
+1 -1
View File
@@ -1,6 +1,6 @@
name: shorebird_cli
description: Command-line tool to interact with Shorebird's services.
version: 0.11.2
version: 0.12.0
repository: https://github.com/shorebirdtech/shorebird
publish_to: none