chore(release): bump version to 0.3.0 - #36
Merged
Merged
Conversation
Evidence bundles, the cloud transport with its offline spool, and the published wire spec (PR #35). Release notes are already on main at docs/releases/v0.3.0.md. README status moves with it: the version line stops promising v0.3.0 as future work, and the 1.6 row flips from 🚧 to ✅. Verified locally before pushing: `uv build` produces rootsign-0.3.0-{whl,tar.gz}, the wheel carries Version: 0.3.0, the `cloud` extra resolves to httpx, all eight migrations ship inside the package, and the seven new modules are present. `rootsign version` reports 0.3.0 after a reinstall, so SDK_VERSION — which reads distribution metadata — will stamp envelopes correctly.
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.
Version bump only. The feature work merged in #35; release notes are already on main at
docs/releases/v0.3.0.md.pyproject.toml→0.3.0(the single source —SDK_VERSIONreads it from distribution metadata)Verified locally before pushing
METADATAcarriesVersion: 0.3.0Provides-Extra: cloud→httpx<1.0,>=0.27rootsign/_migrations/), sorootsign-admin initworks from a wheel installchain_state,replay,verdict,sdk/export,sdk/report,sdk/spool,sdk/loss_ledgerrootsign version→0.3.0after reinstall, so envelopes stamp the rightsdk_versionAfter merge
gh release create v0.3.0 --target main --title "RootSign v0.3.0 — evidence bundles, and a client that survives the network" --notes-file docs/releases/v0.3.0.mdPublishing the release fires
release.yml, which re-checks that the pyproject version equals the tag before building and publishing via OIDC.Then the website branch (
feat/rootsign-v0.3.0-evidence-bundlesin the site repo) can be pushed — it advertises v0.3.0 and links to/releases/tag/v0.3.0, so it must not go live before the tag exists.🤖 Generated with Claude Code