chore(release): bump version to 0.2.1 - #34
Merged
Merged
Conversation
Patch release. Every change that ships in the wheel since v0.2.0 is a bug fix; no new public API and nothing breaking. #25 fix(security) log injection — `tool_name` off the MCP proxy wire reached two logger calls unescaped #27 fix(security) same guard reshaped so CodeQL can see it; output byte-identical #28 fix(sdk) BOTH console scripts were unusable on a bare install — `rootsign version`, `rootsign --help`, `rootsign verify --local` and every `rootsign-admin` command died on ModuleNotFoundError #30 fix(sdk) missing `postgres` extra now names the install command on every DB-backed path, not just some #33 fix(cli) single import style for importlib #29/#31/#32 (test + CI) and #26 (actions bump) change nothing in the distribution. README's Status headline moves to v0.2.1; the phase table's "✅ v0.2.0" row stays put — that records when 1.5 shipped, which is history, not the current version. `rootsign/_version.py` reads the version from installed distribution metadata, so pyproject.toml is the only place it is written. Reinstalled and verified it propagates to `rootsign.__version__`, `SDK_VERSION` (which lands in every envelope's `sdk_version`), and `rootsign version`. Built the artifacts and smoke-tested the wheel in a fresh no-extras venv — the #28 fix holds in the thing that would actually go to PyPI: rootsign version -> rootsign 0.2.1 rootsign --help -> exit 0 rootsign-admin --help -> exit 0 rootsign verify <uuid> -> install hint, exit 1 DB packages resolved -> none Full suite: 500 passed, 6 skipped. Co-Authored-By: Claude Opus 5 <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.
Version bump for the v0.2.1 patch release.
Why patch, not minor
Every change that ships in the wheel since v0.2.0 is a bug fix. No new public API, nothing breaking.
fix(security)tool_nameoff the MCP proxy wire reached two logger calls unescapedfix(security)fix(sdk)rootsign version,--help,verify --local, and everyrootsign-admincommand died onModuleNotFoundErrorfix(sdk)postgresextra now names the install command on every DB-backed path, not just somefix(cli)importlib#29 / #31 / #32 (test + CI) and #26 (actions bump) change nothing in the distribution.
postgres_extra_requiredwas added torootsign.errorsbut is not exported fromrootsign/__init__.py— internal helper, so no public surface change.Scope of the diff
Two lines.
rootsign/_version.pyreads the version from installed distribution metadata, sopyproject.tomlis the only place it's written.README's Status headline moves to v0.2.1. The phase table's
✅ v0.2.0row for 1.5 stays — that records when the feature shipped, which is history, not the current version.Verification
Reinstalled and confirmed the bump propagates everywhere it matters — including
SDK_VERSION, which lands in every envelope'ssdk_versionfield:Then built the artifacts and smoke-tested the wheel in a fresh no-extras venv, so the #28 fix is confirmed in the thing that would actually go to PyPI:
Full suite: 500 passed, 6 skipped.
🤖 Generated with Claude Code