diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 3a1b4768..29947869 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -6,6 +6,14 @@ cspell:words pubspec erickzanardo xcframeworks Cupertino codesign codecov rkisha This section contains past updates we've sent to customers. +## 1.1.19 (July 15, 2024) + +- 📦 Fix a bug where artifacts (aot_tools.dill, bundletool.jar) could sometimes get corrupted by an interrupted download. +- 🚨 Better usage exception handling +- ✨ Display human readable Flutter versions (e.g. 3.22.2) in addition to Flutter version hashes in more places. +- 🪵 Better error logging on Windows +- 📊 Improve linker diagnostics + ## 1.1.18 (July 11, 2024) - 🩹 Fix `shorebird release android` when using older Flutter versions diff --git a/packages/shorebird_cli/lib/src/version.dart b/packages/shorebird_cli/lib/src/version.dart index cb59fcb8..60243636 100644 --- a/packages/shorebird_cli/lib/src/version.dart +++ b/packages/shorebird_cli/lib/src/version.dart @@ -1,2 +1,2 @@ // Generated code. Do not modify. -const packageVersion = '1.1.18'; +const packageVersion = '1.1.19'; diff --git a/packages/shorebird_cli/pubspec.yaml b/packages/shorebird_cli/pubspec.yaml index 375d30bf..7b71f405 100644 --- a/packages/shorebird_cli/pubspec.yaml +++ b/packages/shorebird_cli/pubspec.yaml @@ -1,6 +1,6 @@ name: shorebird_cli description: Command-line tool to interact with Shorebird's services. -version: 1.1.18 +version: 1.1.19 repository: https://github.com/shorebirdtech/shorebird publish_to: none