Skip to content

Commit

Permalink
Bump version (physics integration crates only)
Browse files Browse the repository at this point in the history
  • Loading branch information
idanarye committed Apr 4, 2024
1 parent f85178e commit 8f8123d
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand All @@ -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 |

Expand Down
2 changes: 1 addition & 1 deletion rapier2d/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 2 additions & 0 deletions rapier3d/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion rapier3d/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion xpbd2d/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 2 additions & 0 deletions xpbd3d/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion xpbd3d/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 8f8123d

Please sign in to comment.