chore(release): prepare 0.2.0 - #9
Merged
Merged
Conversation
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
Prepare the Python SDK for
0.2.0: updatepyproject.tomland the root package version inuv.lock, move the reviewed changes into the dated0.2.0changelog entry, and refresh release documentation. Keep an emptyUnreleasedsection and preserve all breaking-change migration guidance and0.1.0history.Why
The release workflow requires the package version and a nonempty changelog entry to match the requested release. The minor-version bump follows the pre-1.0 compatibility policy for the response-validation and error-classification changes already merged into main.
Verification
uv lock --check; dependency versions and markers remain unchanged.uv run make lintuv run make typecheckuv run make test: 2,994 passed; 18 account-backed integration cases deselected as configured.uv run make docs-check: passed; 25 README Python snippets compiled.0.2.0.0.2.0; 19 release-notes automation tests passed.--helpchecks were not rerun; example source is unchanged.Impact
qca.__version__; no separate runtime version constant needs updating.Unreleasedto0.2.0without alteration, including strict-validation opt-in and HTTP 529 migration guidance.0.2.0.