Skip to content

Commit

Permalink
chore(shorebird_cli): v1.1.10 (#2205)
Browse files Browse the repository at this point in the history
Co-authored-by: Eric Seidel <[email protected]>
  • Loading branch information
felangel and eseidel authored Jun 6, 2024
1 parent 38d267c commit 22bacb3
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

This section contains past updates we've sent to customers via Discord.

## 1.1.10 (June 6, 2024)

- 🔒 Support for signed patches (beta)
- 🐦 Support for Flutter 3.22.2
- ✍️ Write linker debug info when linking fails
- 📈 Improve iOS patch performance

Patch signing allows customers to configure Shorebird apps to require
cryptographically signed patches. This is another level of security
for businesses which require such. More information:
https://shorebird.dev/blog/patch-signing-beta/
https://docs.shorebird.dev/guides/patch-signing/

## 1.1.9 (June 3, 2024)

- 🧑‍⚕️ Adds logs directory path and more info about Java version to `shorebird doctor` output
Expand Down
2 changes: 1 addition & 1 deletion packages/shorebird_cli/lib/src/version.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/shorebird_cli/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: shorebird_cli
description: Command-line tool to interact with Shorebird's services.
version: 1.1.9
version: 1.1.10
repository: https://github.com/shorebirdtech/shorebird

publish_to: none
Expand Down

0 comments on commit 22bacb3

Please sign in to comment.