fix: bump ckb-types to minor version 1.2.0#5151
Closed
Copilot wants to merge 2 commits intorelease-plz-2026-03-12T07-03-54Zfrom
Closed
fix: bump ckb-types to minor version 1.2.0#5151Copilot wants to merge 2 commits intorelease-plz-2026-03-12T07-03-54Zfrom
Copilot wants to merge 2 commits intorelease-plz-2026-03-12T07-03-54Zfrom
Conversation
Open
Co-authored-by: doitian <35768+doitian@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] chore: release new version 1.1.1 and 1.2.1
fix: bump ckb-types to minor version 1.2.0
Mar 20, 2026
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.
What problem does this PR solve?
ckb-typeswas released as1.1.1(patch), but PR #5023 added a new public methodOutPointError::out_point()— a backward-compatible API addition that requires a minor version bump per semver.What is changed and how it works?
util/types/Cargo.toml:1.1.1→1.2.0util/types/CHANGELOG.md: Updated release header; reclassified entry fromFixed→AddedCargo.lock: Updatedckb-typesversion accordinglyThe new public API that warrants the minor bump:
All other crates in this release (
ckb-constant,ckb-app-config,ckb-network,ckb-tx-pool,ckb-chain,ckb-rpc) have appropriate patch bumps — their changes are internal, value-only constant updates, dependency upgrades with no public API surface changes, or test-only modifications.Related changes
owner/repo:Check List
Tests
📱 Kick off Copilot coding agent tasks wherever you are with GitHub Mobile, available on iOS and Android.