diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index a12aebdd..87e4f73a 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.29 (March 18, 2025) + +- 🪵 improve `gradlew` logs during `shorebird init` +- 🧼 sanitize executable paths on windows +- 📦 fix `bundletool` execution on windows + ## 1.6.28 (March 17, 2025) - ⚙️ add `shorebird flutter config` command diff --git a/packages/shorebird_cli/lib/src/version.dart b/packages/shorebird_cli/lib/src/version.dart index b55e23fb..84c22e58 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.28'; +const packageVersion = '1.6.29'; diff --git a/packages/shorebird_cli/pubspec.yaml b/packages/shorebird_cli/pubspec.yaml index 9362eb7e..783a1214 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.28 +version: 1.6.29 repository: https://github.com/shorebirdtech/shorebird publish_to: none