Commit c6ccf63
authored
release: 0.2.0 (#536)
<!-- greptile_comment -->
## Greptile Summary
Updated On: 2025-09-11 08:24:37 UTC
This PR implements a coordinated version bump from 0.1.7 to 0.2.0 across
the entire MagicBlock validator project. The changes update version
numbers in three key locations:
1. **Cargo workspace configuration** - Updates the workspace-level
version in `Cargo.toml` from "0.1.7" to "0.2.0". This change propagates
to all workspace members since they use `version.workspace = true` in
their individual `Cargo.toml` files, ensuring consistent versioning
across all Rust packages in the workspace (magicblock-core,
magicblock-accounts, magicblock-validator, etc.).
2. **NPM package template** - Updates the version in
`.github/packages/npm-package/package.json.tmpl` which serves as a
template for generating platform-specific npm packages for the Ephemeral
Validator.
3. **NPM package manifest** - Updates both the main package version and
all platform-specific optional dependencies in
`.github/packages/npm-package/package.json`, maintaining consistency
across the npm distribution ecosystem.
This is a standard minor version release following semantic versioning
conventions, indicating the addition of new features or significant
improvements while maintaining backward compatibility. The coordinated
nature of these changes ensures that both the Rust workspace and npm
package distribution maintain version alignment.
## Confidence score: 5/5
- This PR is extremely safe to merge with minimal risk as it only
contains version number updates
- Score reflects the straightforward nature of version bumps with no
code logic changes or breaking modifications
- No files require special attention as all changes are simple version
string updates
<!-- /greptile_comment -->1 parent 9de8203 commit c6ccf63
File tree
7 files changed
+105
-103
lines changed- .github
- packages/npm-package
- workflows
- magicblock-validator/src
- test-integration
7 files changed
+105
-103
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 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
108 | | - | |
| 108 | + | |
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments