From 8f8123dfea9ecb3cac77d36bc7fc59a1557e8539 Mon Sep 17 00:00:00 2001 From: Idan Arye Date: Thu, 4 Apr 2024 18:27:05 +0300 Subject: [PATCH] Bump version (physics integration crates only) --- README.md | 4 ++-- rapier2d/Cargo.toml | 2 +- rapier3d/CHANGELOG.md | 2 ++ rapier3d/Cargo.toml | 2 +- xpbd2d/Cargo.toml | 2 +- xpbd3d/CHANGELOG.md | 2 ++ xpbd3d/Cargo.toml | 2 +- 7 files changed, 10 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index c4004ec50..be4b3394b 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ Tnua is broken into different crates that update separately, so this is broken i | bevy | bevy-tnua-physics-integration-layer | bevy-tnua-rapier | bevy_rapier | |------|-------------------------------------|------------------|-------------| -| 0.13 | 0.3 | 0.4 | 0.25 | +| 0.13 | 0.3 | 0.4, 0.5 | 0.25 | | 0.13 | 0.2 | 0.3 | 0.25 | | 0.12 | 0.1 | 0.2 | 0.24 | | 0.12 | 0.1 | 0.1 | 0.23 | @@ -90,7 +90,7 @@ Tnua is broken into different crates that update separately, so this is broken i | bevy | bevy-tnua-physics-integration-layer | bevy-tnua-xpbd | bevy_xpbd | |------|-------------------------------------|----------------|-----------| -| 0.13 | 0.3 | 0.3 | 0.4 | +| 0.13 | 0.3 | 0.3, 0.4 | 0.4 | | 0.13 | 0.2 | 0.2 | 0.4 | | 0.12 | 0.1 | 0.1 | 0.3 | diff --git a/rapier2d/Cargo.toml b/rapier2d/Cargo.toml index 4a6d3a57a..8b7aab39d 100644 --- a/rapier2d/Cargo.toml +++ b/rapier2d/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "bevy-tnua-rapier2d" description = "Rapier 2D integration for bevy-tnua" -version = "0.4.0" +version = "0.5.0" edition.workspace = true authors.workspace = true license.workspace = true diff --git a/rapier3d/CHANGELOG.md b/rapier3d/CHANGELOG.md index efef128ad..c0fc29ff7 100644 --- a/rapier3d/CHANGELOG.md +++ b/rapier3d/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. NOTE: This changelog is shared between bevy-tnua-rapier2d and bevy-tnua-rapier3d. ## [Unreleased] + +## 0.5.0 - 2024-04-04 ### Changed - [**BREAKING**] Ray is always cast in the specified direction, regardless of the entity's rotation. diff --git a/rapier3d/Cargo.toml b/rapier3d/Cargo.toml index 6fb0eafe4..e87cd9154 100644 --- a/rapier3d/Cargo.toml +++ b/rapier3d/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "bevy-tnua-rapier3d" description = "Rapier 3D integration for bevy-tnua" -version = "0.4.0" +version = "0.5.0" edition.workspace = true authors.workspace = true license.workspace = true diff --git a/xpbd2d/Cargo.toml b/xpbd2d/Cargo.toml index 3f0603008..84080e629 100644 --- a/xpbd2d/Cargo.toml +++ b/xpbd2d/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "bevy-tnua-xpbd2d" description = "XPBD 2D integration for bevy-tnua" -version = "0.3.0" +version = "0.4.0" edition.workspace = true authors.workspace = true license.workspace = true diff --git a/xpbd3d/CHANGELOG.md b/xpbd3d/CHANGELOG.md index daf724aaa..7dc15c5c8 100644 --- a/xpbd3d/CHANGELOG.md +++ b/xpbd3d/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. NOTE: This changelog is shared between bevy-tnua-xpbd2d and bevy-tnua-xpbd3d. ## [Unreleased] + +## 0.4.0 - 2024-04-04 ### Changed - [**BREAKING**] Ray is always cast in the specified direction, regardless of the entity's rotation. diff --git a/xpbd3d/Cargo.toml b/xpbd3d/Cargo.toml index a7e8bde77..6944a37aa 100644 --- a/xpbd3d/Cargo.toml +++ b/xpbd3d/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "bevy-tnua-xpbd3d" description = "XPBD 3D integration for bevy-tnua" -version = "0.3.0" +version = "0.4.0" edition.workspace = true authors.workspace = true license.workspace = true