docs: promote CHANGELOG to v0.1.0 (closes #92)#97
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughCHANGELOG.md is updated to promote the [Unreleased] section to a first stable release [0.1.0] dated 2026-06-04, documenting Web UI, export formats, CLI features, desktop packaging, type-safe models, infrastructure, and deprecation guidance. Version reference links are adjusted to reflect the new release boundary. ChangesRelease v0.1.0 Documentation
🎯 1 (Trivial) | ⏱️ ~3 minutes Suggested reviewers
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
Review: approve — changelog-only; no code findings. This PR correctly completes the changelog portion of #92: promotes [Unreleased] → [0.1.0] - 2026-06-04, fixes the malformed section layout on master, and updates footer compare/release links. pyproject.toml is already 0.1.0; no code changes needed. Note for merge: this does not finish #92 by itself. After merge to master, still required on the merge commit: git tag v0.1.0 && git push origin v0.1.0 Tag order: merge this PR first, then tag master. Do not tag before merge (tagged commit would lack the promoted changelog). |
Yes, I'll do it once all the pending PRs are merged. |
Summary
CHANGELOG.md[Unreleased]→[0.1.0] - 2026-06-04and add an empty[Unreleased]section for post-release work### Deprecated; restore proper### Added/### Changed/### Deprecated/### Fixedgrouping#87/#89resolver test coverage under### Added(shipped onmaster, previously missing from the changelog)[Unreleased]→v0.1.0...HEAD,[0.1.0]→ release tagCloses #92
Motivation
Release infrastructure was already in place (
pyproject.tomlversion = "0.1.0", README semver policy,docs/API_DEPRECATION.md) but no tagged release existed. Consumers could not pin to a known-good state. Remaining work is mechanical: finalize the changelog entry, merge, then tag and publish the GitHub release.Verified (no code changes in this PR)
pyproject.tomlversion = "0.1.0"docs/API_DEPRECATION.mdPost-merge (maintainer)
Do not tag from the PR branch. After this PR merges to
master: