diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 19579797..88c6f240 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -6,6 +6,12 @@ cspell:words pubspec erickzanardo xcframeworks Cupertino codesign codecov rkisha This section contains past updates we've sent to customers. +## 1.6.32 (March 27, 2025) + +- 🪧 Add `shorebird release` build failure recommendations +- 🐧 Fix `shorebird release linux` not forwarding all build args +- 🐛 Fix diff generation due to whitespace in paths on windows + ## 1.6.31 (March 26, 2025) - 🚀 iOS patch performance improvements (sorted field table) diff --git a/packages/shorebird_cli/lib/src/version.dart b/packages/shorebird_cli/lib/src/version.dart index 9acd56d4..38b55f87 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.6.31'; +const packageVersion = '1.6.32'; diff --git a/packages/shorebird_cli/pubspec.yaml b/packages/shorebird_cli/pubspec.yaml index a31b3b50..9d47c1f0 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.6.31 +version: 1.6.32 repository: https://github.com/shorebirdtech/shorebird publish_to: none