chore: release notes for 0.24.0 (#1674)
This commit is contained in:
@@ -2,6 +2,21 @@
|
||||
|
||||
This section contains past updates we've sent to customers via Discord.
|
||||
|
||||
## 0.24.0 (January 30, 2024)
|
||||
|
||||
This is our last planned release before iOS beta. We believe iOS is stable
|
||||
enough for general use. We plan to release beta later this week once we hear
|
||||
back from early adopters. iOS releases and patches are still slower than
|
||||
Android, but they will continue to get faster in the coming weeks.
|
||||
|
||||
Please test and let us know if you encounter any issues!
|
||||
|
||||
* iOS patches now run ~2x faster.
|
||||
* Fixed several crashers in the new iOS engine.
|
||||
* `shorebird -v` now shows all output from underlying commands, not just errors.
|
||||
|
||||
📚 Release notes can be found at https://github.com/shorebirdtech/shorebird/releases/tag/v0.24.0
|
||||
|
||||
## 0.23.1 (January 25, 2024)
|
||||
|
||||
- 🩹 Fixes iOS patch for Flutter version 3.16.5
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
// Generated code. Do not modify.
|
||||
const packageVersion = '0.23.1';
|
||||
const packageVersion = '0.24.0';
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
name: shorebird_cli
|
||||
description: Command-line tool to interact with Shorebird's services.
|
||||
version: 0.23.1
|
||||
version: 0.24.0
|
||||
repository: https://github.com/shorebirdtech/shorebird
|
||||
|
||||
publish_to: none
|
||||
|
||||
Reference in New Issue
Block a user