diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 8585a079..041fd1ad 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.8 (January 31, 2025) + +- 🐧 Linux support is now in beta! +- 🍎 macOS preview supports staged patches +- 🪟 Windows preview supports staged patches + ## 1.6.7 (January 27, 2025) - 🍎 Shorebird macOS apps can now run on Intel Macs! diff --git a/packages/shorebird_cli/lib/src/version.dart b/packages/shorebird_cli/lib/src/version.dart index 5ac13821..5ef3c726 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.7'; +const packageVersion = '1.6.8'; diff --git a/packages/shorebird_cli/pubspec.yaml b/packages/shorebird_cli/pubspec.yaml index c1e66c9e..35f3fc9d 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.7 +version: 1.6.8 repository: https://github.com/shorebirdtech/shorebird publish_to: none