From 6a6ee72cfc1927a2bead2dc5cab073306b60df85 Mon Sep 17 00:00:00 2001 From: Brandon DeRosier Date: Thu, 30 Apr 2026 18:43:41 -0700 Subject: [PATCH] chore: prepare for release 1.6.96 --- RELEASE_NOTES.md | 9 +++++++++ packages/shorebird_cli/lib/src/version.dart | 2 +- packages/shorebird_cli/pubspec.yaml | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index de640a2c..ede8b8b6 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -4,6 +4,15 @@ cspell:words pubspec erickzanardo xcframeworks cupertino codesign codecov rkishan appbundle proto tlsv kingdomseed Peetee Aditya serde --> +## 1.6.96 (April 30, 2026) + +- 🐦 Support for Flutter 3.41.9 + - Fixes a potential integer overflow when handling some animated PNG files +- ✨ Non-interactive mode hardening (`--no-input` flag, non-TTY detection) + - Prompts fail fast with per-site hints instead of blocking on stdin + - Spinners replaced with static `Starting / Done` lines; ANSI escapes suppressed + - Parse-time errors now emit JSON envelopes under `--json` + ## 1.6.95 (April 29, 2026) - 🩺 Doctor: allow `FLUTTER_TARGET` override (commonly customized for flavor-specific entry points) and downgrade other `FLUTTER_*` build setting overrides from error to warning diff --git a/packages/shorebird_cli/lib/src/version.dart b/packages/shorebird_cli/lib/src/version.dart index 9114e21e..47819bc9 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.95'; +const packageVersion = '1.6.96'; diff --git a/packages/shorebird_cli/pubspec.yaml b/packages/shorebird_cli/pubspec.yaml index 25c81c20..10b578f5 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.95 +version: 1.6.96 repository: https://github.com/shorebirdtech/shorebird resolution: workspace