diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 6d26b19e..30c6adee 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -4,6 +4,11 @@ cspell:words pubspec erickzanardo xcframeworks Cupertino codesign codecov rkishan appbundle proto tlsv --> +## 1.6.42 (June 4, 2025) + +- 📈 iOS linking improvements +- 🩹 Fix crashes on non-arm64 platforms + ## 1.6.41 (May 30, 2025) - 🐦 Support for Flutter 3.32.1 diff --git a/packages/shorebird_cli/lib/src/version.dart b/packages/shorebird_cli/lib/src/version.dart index 8501f2e4..f80b90bc 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.41'; +const packageVersion = '1.6.42'; diff --git a/packages/shorebird_cli/pubspec.yaml b/packages/shorebird_cli/pubspec.yaml index 151e92e0..09bcc478 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.41 +version: 1.6.42 repository: https://github.com/shorebirdtech/shorebird resolution: workspace