chore: bump version to 0.13.0#3942
Merged
Merged
Conversation
- Update workspace version from 0.12.1 to 0.13.0 - Update all crate versions in Cargo.lock - Update OpenRPC schema version to 0.13.0 - Update TypeScript SDK targeted RPC version to 0.13.0 Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Scanned FilesNone |
Contributor
There was a problem hiding this comment.
Pull request overview
This PR bumps the Rooch version from 0.12.1 to 0.13.0 for an upcoming release. The changes are consistent across all relevant files.
Changes:
- Workspace version updated in Cargo.toml from 0.12.1 to 0.13.0
- All Rooch crate versions updated in Cargo.lock (40+ crates)
- TypeScript SDK's TARGETED_RPC_VERSION updated to 0.13.0
- OpenRPC schema version updated to 0.13.0
- Framework release v26 artifacts added (README.md and binary package files)
Reviewed changes
Copilot reviewed 4 out of 10 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| Cargo.toml | Workspace version bumped from 0.12.1 to 0.13.0 |
| Cargo.lock | All Rooch crate versions updated to 0.13.0 (40+ crates) |
| sdk/typescript/rooch-sdk/src/version.ts | TARGETED_RPC_VERSION updated to 0.13.0 |
| crates/rooch-open-rpc-spec/schemas/openrpc.json | API version updated to 0.13.0 |
| frameworks/framework-release/released/26/README.md | Framework v26 release notes documenting header-only Bitcoin import mode |
| frameworks/framework-release/released/26/0x4/package.rpd | Binary package artifact for BitcoinMove framework v26 |
| frameworks/framework-release/released/26/0x1/package.rpd | Binary package artifact for MoveStdlib framework v26 |
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
This PR updates the version from 0.12.1 to 0.13.0 for the upcoming release.
Changes
Cargo.tomlCargo.lockTest plan
🤖 Generated with Claude Code