release: 0.0.6#16
Merged
Merged
Conversation
…ture + overflow + artisan 0.0.7) Bumps version 0.0.5 -> 0.0.6, promotes CHANGELOG [Unreleased] to [0.0.6] - 2026-06-09 with footer link, and pins the example app's dusk dependency to 0.0.6. No code or doc-surface changes beyond the version strings; counts unchanged (32 CLI / 31 MCP / 28 ext.dusk.*).
There was a problem hiding this comment.
Pull request overview
Cuts the 0.0.6 release by updating the package version surfaces and promoting the changelog entry for the release date, without changing runtime code or tool/command counts.
Changes:
- Bump root package version to 0.0.6.
- Update the example app’s path dependency pin and refresh
pubspec.lock. - Promote changelog entries to 0.0.6 (2026-06-09) and reset a fresh
[Unreleased]section with updated compare links.
Reviewed changes
Copilot reviewed 3 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| pubspec.yaml | Updates package version to 0.0.6. |
| example/pubspec.yaml | Updates example’s fluttersdk_dusk pinned version to 0.0.6. |
| example/pubspec.lock | Updates the locked path package version to 0.0.6. |
| CHANGELOG.md | Promotes [Unreleased] notes into 0.0.6 and updates compare footer links. |
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 cut for 0.0.6.
Version surface
pubspec.yaml:version: 0.0.5->0.0.6.example/pubspec.yaml: dusk path-dep pin0.0.5->0.0.6(+example/pubspec.lockrefresh).CHANGELOG.md: promoted## [Unreleased]to## [0.0.6] - 2026-06-09with thecompare/0.0.5...0.0.6footer link; fresh empty[Unreleased]on top.No code or doc-surface changes beyond version strings. Tool/command counts unchanged (32 CLI / 31 MCP / 28
ext.dusk.*); no hardcoded version constant exists inlib/orbin/.What 0.0.6 ships (from [Unreleased], merged in #15)
dusk:screenshotweb CDPPage.captureScreenshotfallback (CLI).FlutterErrorcapture surfaced bydusk:exceptions+ per-refoverflow:annotation indusk:snap.fluttersdk_artisanbumped to^0.0.7.Verification
dart analyze lib/ test/ bin/: clean.dart format --set-exit-if-changed: clean.flutter test --exclude-tags=integration: 724 pass.dart pub publish --dry-run: only the expected dirty-tree warning (clears once committed; CI's publish-archive validation runs on committed state).After merge
Tag the merge commit on
masterto triggerpublish.yml-> pub.dev: