Skip to content

Commit

Permalink
Update release notes for v0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Alice Cecile committed Mar 1, 2024
1 parent d4960c8 commit d55e934
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ members = ["./", "tools/ci"]
default = []

[dependencies]
bevy = {version = "0.13", default_features = false, features = ["serialize"]}
serde = {version = "1.0", features = ["derive"]}
bevy = { version = "0.13", default_features = false, features = ["serialize"] }
serde = { version = "1.0", features = ["derive"] }
ron = "0.8"

[dev-dependencies]
bevy = {version = "0.13", default_features = true, features = ["serialize"]}
bevy = { version = "0.13", default_features = true, features = ["serialize"] }
smol_str = "0.2"

[lib]
Expand Down
9 changes: 6 additions & 3 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
# Release Notes

## Version 0.3
## Version 0.4

- migrated to Bevy 0.13

Migrated to `bevy 0.10`.
## Version 0.3

Note that `App::update` no longer sends an `AppExit` event: this may affect your tests!
- migrated to `bevy 0.10`.
- note that `App::update` no longer sends an `AppExit` event: this may affect your tests!

## Version 0.1

Expand Down

0 comments on commit d55e934

Please sign in to comment.