chore: prepare 0.12.0 release - #123
Merged
Merged
Conversation
Bump version to 0.12.0 and finalize CHANGELOG with all changes since 0.11.0, including v2 subpackage, breaking changes, and new APIs. Co-authored-by: Greg Nazario <greg@gnazar.io>
Co-authored-by: Greg Nazario <greg@gnazar.io>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #123 +/- ##
=======================================
Coverage 93.20% 93.20%
=======================================
Files 56 56
Lines 5183 5183
=======================================
Hits 4831 4831
Misses 352 352
*This pull request uses carry forward flags. Click here to find out more. 🚀 New features to boost your workflow:
|
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.
Description
Prepares the repository for the 0.12.0 minor release:
versioninpyproject.tomlfrom0.11.0→0.12.0uv.lockto match the version bump (fixes CIfail_if_modified_filesgate)CHANGELOG.md— moves all unreleased notes into a dated0.12.0 (2026-07-02)section, organized into Breaking / Added / Changedaptos_sdk.v2subpackage,SignedTransaction.hash(), E2E smoke example, automated PyPI publishing, build-tool migration, and other changes since 0.11.0After this merges to
main, create a GitHub Release taggedv0.12.0with the new changelog section as release notes to trigger the PyPI publish workflow.Test Plan
pyproject.toml→0.12.0, release tag will bev0.12.0)uv.lockupdated andmake fmt && fail_if_modified_files.shpasses locallyRelated Links
Follows CONTRIBUTING.md release process