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.
[0.2.5] - 2025-09-17
✨️ Features
🐛 Bug Fixes
Co-authored-by: Gabriele Picco piccogabriele@gmail.com
Co-authored-by: Danilo Guanabara danilo@magicblock.gg
Co-authored-by: Gabriele Picco piccogabriele@gmail.com
📚 Documentation
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
🧪 Testing
Co-authored-by: Danilo Guanabara danilo@magicblock.gg
Greptile Summary
Updated On: 2025-09-17 22:15:58 UTC
This PR releases Bolt v0.2.5, implementing a coordinated version bump across the entire workspace from v0.2.4 to v0.2.5. The release includes several significant improvements to the Bolt ECS framework:
Key Changes:
Version Management Standardization: The PR standardizes version management across the workspace by updating individual Cargo.toml files to use
version.workspace = true
instead of hardcoded versions. This centralizes version control at the workspace root (Cargo.toml) where version = "0.2.5" is defined, ensuring consistent versioning across all 15+ workspace members including core libraries (bolt-lang, bolt-types), programs (world, bolt-system, bolt-component), CLI tools, and examples.Multi-Platform Support: Updates extend to both Rust workspace dependencies and npm packages, including platform-specific binaries for the CLI tool across macOS, Linux, and Windows architectures, ensuring consistent deployment across all supported platforms.
PR Description Notes:
Confidence score: 2/5