docs(changelog): finalize v0.1.0 (2026-05-17)#3
Merged
Conversation
Rename the [Unreleased] section to [0.1.0] — 2026-05-17 so the v0.1.0 release tag points at a tree whose CHANGELOG reflects the release (chosen over tagging 333a93c as-is; the tag will be moved to this PR's merge commit). Folds the redundant '[0.1.0] — TBD' stub into the dated section and adds a fresh empty [Unreleased]; the compare/release link refs already pointed at v0.1.0 and are unchanged. Docs-only — no code, API, or behavior change.
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.
Summary
## [Unreleased]→## [0.1.0] — 2026-05-17, fold the redundant## [0.1.0] — TBDstub into it, and add a fresh empty## [Unreleased].main) per the repo's PRs-only rule; after merge the localv0.1.0tag is moved to this PR's merge commit and pushed, so the release tag points at a tree whose CHANGELOG reflects the release.Test plan
## [0.1.0]heading, no remainingTBD, compare/release link refs unchanged and still resolve.[Unreleased]is intentionally empty immediately post-release (will be repopulated as v0.2 work lands).Notes
[Unreleased]/[0.1.0]link reference definitions already pointed atv0.1.0(compare/v0.1.0...HEADandreleases/tag/v0.1.0) and are unchanged.v0.1.0tag → merge commit,git push origin v0.1.0. Nocargo publish— the user is intentionally not publishing to crates.io yet.By contributing you agree your changes are dual-licensed under MIT and Apache-2.0,
matching the project. See CONTRIBUTING.md.