Skip to content

Release 0.1.0: changelog + stable version#46

Merged
StuartMeeks merged 1 commit into
mainfrom
chore/release-0.1.0
Jun 1, 2026
Merged

Release 0.1.0: changelog + stable version#46
StuartMeeks merged 1 commit into
mainfrom
chore/release-0.1.0

Conversation

@StuartMeeks
Copy link
Copy Markdown
Owner

Prepares the v0.1.0 stable release. No app behaviour change — changelog and versioning only.

Changes

  • CHANGELOG: promoted ## [Unreleased]## [0.1.0] - 2026-06-01, leaving a fresh empty [Unreleased]. Consolidated the two ### Added blocks and the two ### Fixed blocks that had accumulated into a single ordered Added (15) / Changed (4) / Fixed (4) set. The [0.1.0-alpha.1] section is untouched.
  • version.json: 0.1.0-alpha.{height}0.1.0 (and dropped the now-unused versionHeightOffset), so a public-release build off the v0.1.0 tag stamps a clean 0.1.0. This follows the CONTRIBUTING "cut a stable release" flow.

After merge (release steps)

Per CONTRIBUTING, from main:

git checkout main && git pull
nbgv tag            # mints v0.1.0
git push origin v0.1.0

Pushing the tag triggers .github/workflows/release.yml (Velopack pack + GitHub Release).

Verification

  • 231 Core unit tests pass.
  • WinUI head compile-verified on the Windows build agent with the new version.json (NBGV parses and stamps): 0 warnings, 0 errors.

🤖 Generated with Claude Code

Promote the [Unreleased] entries to [0.1.0] - 2026-06-01, merging the
two Added blocks and the two Fixed blocks into a single ordered
Added/Changed/Fixed set, and leave a fresh empty [Unreleased].

Set version.json to a stable 0.1.0 (dropping the -alpha.{height}
prerelease suffix) so a public-release build off the v0.1.0 tag stamps
0.1.0, per the CONTRIBUTING release flow.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@StuartMeeks StuartMeeks merged commit 73e0ab5 into main Jun 1, 2026
6 checks passed
@StuartMeeks StuartMeeks deleted the chore/release-0.1.0 branch June 1, 2026 09:18
@StuartMeeks StuartMeeks mentioned this pull request Jun 7, 2026
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.

1 participant