release: prepare v2.0.0#88
Merged
Merged
Conversation
Bump pyproject.toml to 2.0.0 and add CHANGELOG.md with the v2 release notes. Names the marketplace-plugin retirement and the install.sh / install.ps1 binary-fetch rewrite as the user-visible breaking changes, plus the firm export/import/diff suite, self-upgrade, doctor freshness warning, prefs slot, PyInstaller release pipeline, skill-ref drift CI, and the bootstrap onboarded-skip from the v2 track. Closes #50 Co-Authored-By: Claude Opus 4.7 (1M context) <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.
Summary
Final cutover prep for the v2.0.0 tag.
pyproject.tomlversion1.5.1->2.0.0. The version is wired throughimportlib.metadata.version("wealthbox-cli"), so this is the single source of truth.CHANGELOG.md(Keep a Changelog format) with a v2.0.0 entry that names the two user-visible breaking changes:pip install wealthbox-clior the bootstrap script.install.shandinstall.ps1now fetch a prebuilt binary from GitHub Releases with checksum verification.wbox firm export/import/diff, post-import provenance + 90-day doctor freshness,wbox self upgrade(Linux/macOS happy-path + Windows deferred-swap + skills-upgrade subprocess),wbox prefs, per-platform PyInstaller release workflow, skill-ref auto-gen markers + CI drift detection, bootstraponboarded_atskip, stale.old.<ts>sweep, README rewrite, and a couple of fixes.Tagging and pushing
v2.0.0is intentionally NOT done here - that's the release captain's job once this lands.Test plan
ruff check src/ tests/- cleanpytest -o "pythonpath=src" -q- 391 passed, 1 skippedCloses #50
Generated with Claude Code