Skip to content

release: 0.0.6#16

Merged
anilcancakir merged 1 commit into
masterfrom
release/0.0.6
Jun 9, 2026
Merged

release: 0.0.6#16
anilcancakir merged 1 commit into
masterfrom
release/0.0.6

Conversation

@anilcancakir

Copy link
Copy Markdown
Contributor

Release cut for 0.0.6.

Version surface

  • pubspec.yaml: version: 0.0.5 -> 0.0.6.
  • example/pubspec.yaml: dusk path-dep pin 0.0.5 -> 0.0.6 (+ example/pubspec.lock refresh).
  • CHANGELOG.md: promoted ## [Unreleased] to ## [0.0.6] - 2026-06-09 with the compare/0.0.5...0.0.6 footer 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 in lib/ or bin/.

What 0.0.6 ships (from [Unreleased], merged in #15)

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 master to trigger publish.yml -> pub.dev:

git checkout master && git pull
git tag 0.0.6 && git push origin 0.0.6

…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.*).
Copilot AI review requested due to automatic review settings June 9, 2026 12:52

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.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.

@anilcancakir anilcancakir merged commit a5afcaa into master Jun 9, 2026
2 checks passed
@anilcancakir anilcancakir deleted the release/0.0.6 branch June 9, 2026 12:56
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