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

Bevy 0.15 support (preparation for 0.4 release) #23

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

Affinator
Copy link

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.

@makeecat
Copy link

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

Choose a reason for hiding this comment

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

Suggested change
- 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"

Choose a reason for hiding this comment

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

Suggested change
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"

Choose a reason for hiding this comment

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

Suggested change
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` |

Choose a reason for hiding this comment

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

Suggested change
| `0.15` | `0.4` |
| `0.15.1` | `0.4` |

@orowith2os
Copy link

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.

@makeecat
Copy link

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.

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.

3 participants