diff --git a/CHANGELOG.md b/CHANGELOG.md index e302614..87f77bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## v0.11.0 - 04.07.2024 +- Update to Bevy 0.14 + ## v0.10.0 - 17.02.2024 - Update to Bevy 0.13 diff --git a/Cargo.toml b/Cargo.toml index 39380cc..9cb9fc9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bevy_common_assets" -version = "0.11.0-rc.4" +version = "0.11.0" authors = ["Niklas Eicker "] edition = "2021" license = "MIT OR Apache-2.0" @@ -23,7 +23,7 @@ csv = ["dep:csv"] postcard = ["dep:postcard"] [dependencies] -bevy = { version = "0.14.0-rc.4", default-features = false, features = ["bevy_asset"] } +bevy = { version = "0.14", default-features = false, features = ["bevy_asset"] } serde_toml = { version = "0.8", package = "toml", optional = true } serde_ron = { version = "0.8", package = "ron", optional = true } serde_yaml = { version = "0.9", optional = true } diff --git a/README.md b/README.md index ca1c7f7..7d6d5ee 100644 --- a/README.md +++ b/README.md @@ -79,6 +79,7 @@ Compatibility of `bevy_common_assets` versions: | `bevy_common_assets` | `bevy` | |:---------------------|:-------| +| `0.11` | `0.14` | | `0.10` | `0.13` | | `0.8` - `0.9` | `0.12` | | `0.7` | `0.11` |