Release 0.1.0: changelog + stable version#46
Merged
Conversation
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>
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.
Prepares the v0.1.0 stable release. No app behaviour change — changelog and versioning only.
Changes
## [Unreleased]→## [0.1.0] - 2026-06-01, leaving a fresh empty[Unreleased]. Consolidated the two### Addedblocks and the two### Fixedblocks that had accumulated into a single ordered Added (15) / Changed (4) / Fixed (4) set. The[0.1.0-alpha.1]section is untouched.0.1.0-alpha.{height}→0.1.0(and dropped the now-unusedversionHeightOffset), so a public-release build off thev0.1.0tag stamps a clean0.1.0. This follows the CONTRIBUTING "cut a stable release" flow.After merge (release steps)
Per CONTRIBUTING, from
main:Pushing the tag triggers
.github/workflows/release.yml(Velopack pack + GitHub Release).Verification
version.json(NBGV parses and stamps): 0 warnings, 0 errors.🤖 Generated with Claude Code