Release v0.5.0 - #441
Merged
Merged
Conversation
mkeeter
force-pushed
the
release-v0.5.0
branch
2 times, most recently
from
August 3, 2026 13:47
2b529fa to
4ba4393
Compare
There was a problem hiding this comment.
Pull request overview
This PR prepares the repository for the v0.5.0 release by bumping crate versions across the workspace and updating the changelog and lockfiles to reflect the new release.
Changes:
- Bump all
fidget*crate versions from0.4.4to0.5.0. - Update workspace dependency pins in the root
Cargo.tomlto=0.5.0. - Refresh
Cargo.lockfiles and updateCHANGELOG.mdfor the 0.5.0 release notes.
Reviewed changes
Copilot reviewed 13 out of 15 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| fidget/Cargo.toml | Bump fidget crate version to 0.5.0. |
| fidget-wgpu/Cargo.toml | Bump fidget-wgpu crate version to 0.5.0. |
| fidget-solver/Cargo.toml | Bump fidget-solver crate version to 0.5.0. |
| fidget-shapes/Cargo.toml | Bump fidget-shapes crate version to 0.5.0. |
| fidget-rhai/Cargo.toml | Bump fidget-rhai crate version to 0.5.0. |
| fidget-raster/Cargo.toml | Bump fidget-raster crate version to 0.5.0. |
| fidget-mesh/Cargo.toml | Bump fidget-mesh crate version to 0.5.0. |
| fidget-jit/Cargo.toml | Bump fidget-jit crate version to 0.5.0. |
| fidget-gui/Cargo.toml | Bump fidget-gui crate version to 0.5.0. |
| fidget-core/Cargo.toml | Bump fidget-core crate version to 0.5.0. |
| fidget-bytecode/Cargo.toml | Bump fidget-bytecode crate version to 0.5.0. |
| demos/web-editor/crate/Cargo.lock | Update demo lockfile to reference v0.5.0 workspace crates. |
| CHANGELOG.md | Add 0.5.0 release notes and adjust wording for fidget-wgpu. |
| Cargo.toml | Update workspace dependency pins to =0.5.0 for local crates. |
| Cargo.lock | Update workspace lockfile to reference v0.5.0 workspace crates. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
It's not a perfectly clean break (there are a bunch of
fidget_wgputhings remaining to be done), but the changelog has piled up to an alarming length.