Commit b6e2d59
authored
release: 0.2.1 (#542)
<!-- greptile_comment -->
## Greptile Summary
Updated On: 2025-09-12 13:09:45 UTC
This PR performs a straightforward patch version bump from 0.2.0 to
0.2.1 across the MagicBlock validator project. The changes are made to
three key files:
1. **Cargo.toml**: Updates the workspace-level version that all Rust
crates inherit, ensuring consistency across the entire monorepo
2. **package.json**: Updates the main npm package version and all five
platform-specific optional dependencies (darwin-arm64, darwin-x64,
linux-arm64, linux-x64, windows-x64)
3. **package.json.tmpl**: Updates the template file used to generate
platform-specific npm packages for binary distributions
This is a coordinated release process that maintains version
synchronization across both the Rust workspace and npm ecosystem. The
workspace-level Cargo.toml version is used by the `magicblock-version`
crate to construct runtime version information, while the npm packages
distribute the ephemeral validator binaries to different platforms. The
template file ensures that future platform-specific packages generated
from it will have the correct version number.
The version increment follows semantic versioning conventions, where a
patch version increase (0.2.0 → 0.2.1) typically indicates bug fixes,
security patches, or minor improvements without breaking changes.
## Confidence score: 5/5
- This PR is extremely safe to merge with no risk of production issues
- Score reflects the routine nature of version bumps with no logic
changes or breaking modifications
- No files require special attention as these are standard version
updates
<!-- /greptile_comment -->1 parent a2f04be commit b6e2d59
File tree
5 files changed
+94
-94
lines changed- .github/packages/npm-package
- test-integration
5 files changed
+94
-94
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| |||
0 commit comments