Conversation
📊 TypeScript Coverage ReportCoverage: 33.1% View detailed reportCoverage artifacts have been uploaded to this workflow run. |
amilz
approved these changes
Mar 20, 2026
Contributor
Greptile SummaryThis is a routine release PR bumping all Rust workspace crates (
Confidence Score: 5/5
Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[PR: chore release v2.2.0-beta.6] --> B[Version Bumps]
A --> C[CHANGELOG Update]
B --> D["Cargo.toml (workspace)\n2.2.0-beta.5 → 2.2.0-beta.6"]
B --> E["crates/lib/Cargo.toml\n2.2.0-beta.5 → 2.2.0-beta.6"]
B --> F["crates/cli/Cargo.toml\n2.2.0-beta.5 → 2.2.0-beta.6"]
B --> G["Cargo.lock\nkora-lib, kora-cli, tests"]
B --> H["sdks/ts/package.json\n0.2.0-beta.5 → 0.2.0-beta.6"]
C --> I["New: 2.2.0-beta.6 entry\n(4 fixes + 2 features)"]
C --> J["Backfilled: 2.0.x stable\n& ts-sdk historical entries"]
D --> K[Post-merge: Trigger CI]
E --> K
F --> K
G --> K
H --> K
K --> L["Rust: Publish Crates workflow"]
K --> M["TS: Publish SDK workflow"]
Last reviewed commit: "chore: release v2.2...." |
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.
Release v2.2.0-beta.6
Rust Crates
2.2.0-beta.62.2.0-beta.6v2.2.0-beta.4)TypeScript SDK
0.2.0-beta.6Changes since v2.2.0-beta.5
feat(kora): add swap_gas plugin + plugin infrastructurefix(lib): harden CPI inner-instruction reconstruction edge casesfix(ci): harden docker publish workflow run guardfix: stabilize bundle, lighthouse header, and transfer-hook testsPost-merge
Trigger CI workflows from
mainusing thecomplete-releaseskill (or manually):📊 Unit Test Coverage
Unit Test Coverage: 84.0%
View Detailed Coverage Report