Skip to content

release: 0.0.7#28

Merged
anilcancakir merged 4 commits into
masterfrom
release/0.0.7
Jun 9, 2026
Merged

release: 0.0.7#28
anilcancakir merged 4 commits into
masterfrom
release/0.0.7

Conversation

@anilcancakir

Copy link
Copy Markdown
Contributor

Release 0.0.7.

Bumps pubspec.yaml version: to 0.0.7 and promotes the [Unreleased] CHANGELOG block to ## [0.0.7] - 2026-06-09.

Included since 0.0.6

Issue #25 (start --cdp-port) hardening, merged via #27:

Added

  • start --cdp-port fails fast with an actionable error when the web port is already bound, instead of the prior 90s timeout. The error names the busy port and suggests fsa stop or a different --port.

Fixed

  • start --cdp-port reaps the spawned Chrome, flutter web-server, FIFO, and tmp profile directory when launch fails after the Chrome probe (including failures during log/FIFO setup). Cleanup is best-effort and never masks the original error.
  • Regression coverage pinning page-target selection in defaultChromeNavigate so the -32601 fix cannot regress.

Release checklist

  • dart format --output=none --set-exit-if-changed lib/ test/ bin/ clean
  • dart analyze lib/ test/ bin/ zero issues
  • dart test green (1152 tests)
  • project lib/ line coverage 84.53% (>= 80% gate)
  • dart pub publish --dry-run clean (only the expected uncommitted-state warning during dev)

After merge

Tag the merge commit on master:

git tag 0.0.7 && git push origin 0.0.7

The tag triggers .github/workflows/publish.yml (OIDC publish to pub.dev + GitHub Release).

…t port)

Bump pubspec version 0.0.6 -> 0.0.7 and promote the [Unreleased] block to [0.0.7] - 2026-06-09.
Copilot AI review requested due to automatic review settings June 9, 2026 09:58

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Cuts the 0.0.7 release by updating the package version and promoting the previous [Unreleased] notes into a dated release section, aligning the repo metadata with the release process described in CLAUDE.md.

Changes:

  • Bump pubspec.yaml version from 0.0.6 to 0.0.7.
  • Promote the prior [Unreleased] changelog entries into ## [0.0.7] - 2026-06-09.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
pubspec.yaml Updates the published package version to 0.0.7.
CHANGELOG.md Promotes release notes into a 0.0.7 section dated 2026-06-09, leaving [Unreleased] ready for future entries.

The package version moved to 0.0.7; the example + awesome_plugin path-dep version constraints still pinned 0.0.6, so CI pub get failed with 'doesn't match any versions'. Bump both constraints and regenerate the lock.
…e to any

SKILL.md header marker -> v0.0.7 (2026-06-09). cli-commands.md: install injects 'fluttersdk_artisan: any' for pub.dev consumers (install_command.dart:178), not a pinned caret; fix the stale ^0.0.6.
@anilcancakir anilcancakir merged commit a2f9929 into master Jun 9, 2026
1 check passed
@anilcancakir anilcancakir deleted the release/0.0.7 branch June 9, 2026 10:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants