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

Update to Bevy 0.14.0-rc.2 #21

Merged
merged 7 commits into from
Jun 18, 2024
Merged

Update to Bevy 0.14.0-rc.2 #21

merged 7 commits into from
Jun 18, 2024

Conversation

BD103
Copy link
Contributor

@BD103 BD103 commented Jun 15, 2024

Description

Bevy is on the release track for 0.14! 🎉 In preparation for this, 0.14.0-rc.2 has been released for crates to begin migrating early. Many popular plugins have already released their own release candidates that track this version.

This PR updates the entire repository to track the latest release candidate, in hopes of making migration to 0.14 easier. :)

If possible, it would be great if this change was released for bevy-kira-components as 0.2.0-rc.2 so that downstream users can migrate their apps too.

Finally, this also updates Kira to 0.9 on https://crates.io, since it has finally been released.

Breaking changes

  • bevy-kira-components now depends on Bevy 0.14.0-rc.2. You will have to update your app to use this version as well.
  • bevy-kira-components now depends on Kira 0.9. You will have to update your Cargo.toml if you added kira there.

Copy link
Owner

@SolarLiner SolarLiner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, I'll wait a day or two for other approvals and then I'll merge and cut a release.

Copy link
Contributor

@mgi388 mgi388 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Review plan

  • Read the code diff which is straightforward and LGTM
  • Did a fresh checkout of the repo
  • Ran all the examples

@SolarLiner SolarLiner merged commit 32068fe into SolarLiner:main Jun 18, 2024
4 checks passed
@BD103 BD103 deleted the 0.14.0-rc.2 branch June 18, 2024 10:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

3 participants