chore: roll version number (#1713)
This commit is contained in:
@@ -2,6 +2,21 @@
|
||||
|
||||
This section contains past updates we've sent to customers via Discord.
|
||||
|
||||
## 0.25.2 (February 7, 2024)
|
||||
|
||||
💥 Fixes a crash on iOS releases without a patch.
|
||||
🚑 Now publishing .dSYM files for iOS builds to help with crash reporting, see
|
||||
https://docs.shorebird.dev/guides/crash-reporting for usage instructions.
|
||||
🪵 Fixed logs from Shorebird updater not appearing on iOS.
|
||||
|
||||
We have received multiple reports of iOS builds crashing at 0xfffffffffffffffe.
|
||||
https://github.com/shorebirdtech/shorebird/issues/1700
|
||||
We expect this is a bug in our new iOS engine relating to `async`/`await`, but
|
||||
have not yet been able to reproduce this ourselves. We would *love* to work
|
||||
with you to debug this issue if you are seeing it.
|
||||
|
||||
If you see any issues, please let us know!
|
||||
|
||||
## 0.25.1 (February 5, 2024)
|
||||
|
||||
- 🩹 Fixes an issue where our Flutter fork was reporting the incorrect version.
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
// Generated code. Do not modify.
|
||||
const packageVersion = '0.25.1';
|
||||
const packageVersion = '0.25.2';
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
name: shorebird_cli
|
||||
description: Command-line tool to interact with Shorebird's services.
|
||||
version: 0.25.1
|
||||
version: 0.25.2
|
||||
repository: https://github.com/shorebirdtech/shorebird
|
||||
|
||||
publish_to: none
|
||||
|
||||
Reference in New Issue
Block a user