Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v0.32.4 #1362

Merged
merged 48 commits into from
Feb 19, 2024
Merged

Release v0.32.4 #1362

merged 48 commits into from
Feb 19, 2024

Conversation

sebcrozet
Copy link
Member

@sebcrozet sebcrozet commented Feb 19, 2024

This is just a small release only including the new glam025 feature and not block the bevy_rapier crate in the very short term.
This does not include the latest changes in dev as that would cause a breaking release.

Diff is much larger than it should be because apparently dev hasn’t been merged to main since 0.32.0.

sebcrozet and others added 30 commits January 14, 2023 17:55
Fix CI by removing unnecessary parentheses
Support conversion for glam 0.23
Breaking change. Consistent with how serde serializes plain arrays.
Serialize statically sized matrices as tuples
Allow trailing punctuation in macros
fix: remove Scalar trait bound for Matrix PartialEq and Eq
Allows for converting a `Matrix1` to a scalar without having to index.
docs: correct row-major -> column-major for Matrix{1-6}xX storage
Add `.item()` to `Matrix1`
@sebcrozet sebcrozet merged commit 4a5855a into master Feb 19, 2024
9 of 12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet