release: 0.0.7#28
Merged
Merged
Conversation
…t port) Bump pubspec version 0.0.6 -> 0.0.7 and promote the [Unreleased] block to [0.0.7] - 2026-06-09.
There was a problem hiding this comment.
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.yamlversion from0.0.6to0.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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Release 0.0.7.
Bumps
pubspec.yamlversion:to0.0.7and 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-portfails 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 suggestsfsa stopor a different--port.Fixed
start --cdp-portreaps 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.defaultChromeNavigateso the-32601fix cannot regress.Release checklist
dart format --output=none --set-exit-if-changed lib/ test/ bin/cleandart analyze lib/ test/ bin/zero issuesdart testgreen (1152 tests)lib/line coverage 84.53% (>= 80% gate)dart pub publish --dry-runclean (only the expected uncommitted-state warning during dev)After merge
Tag the merge commit on
master:The tag triggers
.github/workflows/publish.yml(OIDC publish to pub.dev + GitHub Release).