From 4923a5d6a05aa9107d2d68dd1e6273f4a7e4a70c Mon Sep 17 00:00:00 2001 From: Alex Kocharin Date: Fri, 17 Nov 2023 17:57:48 +0400 Subject: [PATCH] 0.4.0 --- CHANGELOG.md | 6 ++++++ Cargo.toml | 2 +- README.md | 6 ++++-- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 43a8e70..a5a5423 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.4.0 - bevy 0.12 - 2023-11-17 + +### Changed + + - updated Bevy to 0.12 + ## 0.3.2 - bevy 0.11 - 2023-11-17 ### Added diff --git a/Cargo.toml b/Cargo.toml index d0d9297..20ece4b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bevy_mod_physx" -version = "0.3.2" +version = "0.4.0" authors = ["Alex Kocharin "] description = "PhysX plugin for Bevy" documentation = "https://docs.rs/bevy_mod_physx" diff --git a/README.md b/README.md index 48c52d9..1e47752 100644 --- a/README.md +++ b/README.md @@ -79,9 +79,11 @@ fn setup_physics( |[]() |[]() |[]() |[]() |--|--|--|-- -| published | [0.2.x - 0.3.x](https://crates.io/crates/bevy_mod_physx) | Bevy 0.11 | PhysX 5 +| published | [0.4.x](https://crates.io/crates/bevy_mod_physx) | Bevy 0.12 | PhysX 5 +| | [0.2.x - 0.3.x](https://crates.io/crates/bevy_mod_physx) | Bevy 0.11 | PhysX 5 | | | | -| git tags | [git:master](https://github.com/rlidwka/bevy_mod_physx) | Bevy 0.11 | PhysX 5 +| git tags | [git:master](https://github.com/rlidwka/bevy_mod_physx) | Bevy 0.12 | PhysX 5 +| | [git:a2741a6](https://github.com/rlidwka/bevy_mod_physx/tree/a2741a632b03e0a2c5763768a1042ca8d42774a1) | Bevy 0.11 | PhysX 5 | | [git:a21b570](https://github.com/rlidwka/bevy_mod_physx/tree/a21b570b20a1e7ac22b5c86c54fcc1597760f2ec) | Bevy 0.11 | PhysX 4 | | [git:43ae89e](https://github.com/rlidwka/bevy_mod_physx/tree/43ae89e013daf00ef841611149420fb4d04c2a4f) | Bevy 0.10 | PhysX 5 | | [git:8f66a99](https://github.com/rlidwka/bevy_mod_physx/tree/8f66a9965eb461794856898ca44a1faf13c295ab) | Bevy 0.10 | PhysX 4