Tags: magicblock-labs/magicblock-validator
Tags
release: 0.2.3 (#571) <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Chores** * Bumped package and workspace versions to 0.2.3 and updated packaging templates. * Updated platform-specific optional binaries to 0.2.3 for consistent distribution. * Changed the publish workflow to reference a different local setup source to streamline publishing. * No functional changes; APIs and runtime behavior remain unchanged. <!-- end of auto-generated comment: release notes by coderabbit.ai --> <!-- greptile_comment --> File Analysis | Filename | Score | Overview | |----------|-------|----------| | Cargo.toml | 5/5 | Version bumped from 0.2.2 to 0.2.3 in workspace package section | | .github/packages/npm-package/package.json | 5/5 | NPM package and all platform-specific dependencies updated to 0.2.3 | | .github/packages/npm-package/package.json.tmpl | 5/5 | Template version updated to 0.2.3 for platform-specific packages | | Cargo.lock | 5/5 | Lockfile updated with version 0.2.3 for all workspace crates and dependency graph changes | | test-integration/Cargo.lock | 5/5 | Integration test lockfile updated with version 0.2.3 for workspace crates | </details> <h3>Sequence Diagram</h3> ```mermaid sequenceDiagram participant Dev as Developer participant PR as Pull Request #570 participant Cargo as Cargo.toml participant NPM as package.json participant Lock as Cargo.lock files participant Release as Release PR #571 Dev->>PR: Merge fix for NPM release Note over PR: Fixes log suppression<br/>for NPM wrapper Dev->>Cargo: Update version to 0.2.3 Dev->>NPM: Update version to 0.2.3 Dev->>NPM: Update platform deps to 0.2.3 Cargo->>Lock: Regenerate Cargo.lock Note over Lock: ~35 workspace crates<br/>updated to 0.2.3 Cargo->>Lock: Regenerate test-integration/Cargo.lock Note over Lock: Integration test deps<br/>updated to 0.2.3 Dev->>Release: Create release PR #571 Note over Release: Standard version bump<br/>No functional changes ``` <!-- greptile_other_comments_section --> <!-- /greptile_comment --> --------- Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
PreviousNext