diff --git a/Cargo.toml b/Cargo.toml index 6a8331b..c96d5cb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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] diff --git a/RELEASES.md b/RELEASES.md index 0a34b27..3f91b90 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -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