-
-
Notifications
You must be signed in to change notification settings - Fork 13
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
Bevy 0.15 support (preparation for 0.4 release) #23
base: main
Are you sure you want to change the base?
Conversation
Could we move directly to 0.15.1? There are quite a lot of bugs have been fixed in 0.15.1 against 0.15.0, which impact the developer experience. |
## [0.4.0]: 2024-12-xx | ||
|
||
Changed: | ||
- Bevy 0.15 support |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Bevy 0.15 support | |
- Bevy 0.15.1 support |
@@ -28,7 +28,7 @@ chrono = ["dep:chrono"] | |||
num-traits = "0.2.19" | |||
|
|||
[dependencies.bevy] | |||
version = "0.15.0-rc.3" | |||
version = "0.15.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
version = "0.15.0" | |
version = "0.15.1" |
@@ -43,5 +43,5 @@ features = [ | |||
] | |||
|
|||
[dev-dependencies.bevy] | |||
version = "0.15.0-rc.3" | |||
version = "0.15.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
version = "0.15.0" | |
version = "0.15.1" |
@@ -12,7 +12,7 @@ Bevy Compatibility: | |||
|
|||
| Bevy Version | Plugin Version | | |||
|--------------|----------------| | |||
| `0.15-rc.3` | `main` | | |||
| `0.15` | `0.4` | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| `0.15` | `0.4` | | |
| `0.15.1` | `0.4` | |
I'm trying to make a bevy app, and this kinda prevents that. I'll make a PR of my own if nobody acts on this in the next few days, probably. |
I submitted: #24, I leave the CHANGELOG untouched, waiting for the maintainer to handle that. |
Hi,
I just updated the cargo.toml and all examples worked out of the box.
I also updated the readme.md and started the necessary changes to the changelog.