Skip to content

Commit

Permalink
Bump version for the Avian integration crates
Browse files Browse the repository at this point in the history
  • Loading branch information
idanarye committed Dec 21, 2024
1 parent 26cd95e commit 3be4684
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ Tnua is broken into different crates that update separately, so this is broken i

| bevy | bevy-tnua-physics-integration-layer | bevy-tnua-avian | avian |
|------|-------------------------------------|-----------------|-------|
| 0.15 | 0.5 | N/A | N/A |
| 0.15 | 0.5 | 0.2 | 0.2 |
| 0.14 | 0.4 | 0.1 | 0.1 |

### XPBD integration
Expand Down
2 changes: 1 addition & 1 deletion avian2d/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "bevy-tnua-avian2d"
description = "Avian 2D integration for bevy-tnua"
version = "0.1.1"
version = "0.2.0"
edition.workspace = true
authors.workspace = true
license.workspace = true
Expand Down
2 changes: 2 additions & 0 deletions avian3d/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ NOTES:
* Avian used to be named bevy_xpbd. The old bevy-tnua-xpbd changelog can be seen [here](https://github.com/idanarye/bevy-tnua/blob/3cba881c8825633a8d8bdca1fe30e54500e655b8/xpbd3d/CHANGELOG.md).

## [Unreleased]

## 0.2.0 - 2024-12-21
### Changed
- Upgrade to Bevy 0.15 and avian 0.2.

Expand Down
2 changes: 1 addition & 1 deletion avian3d/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "bevy-tnua-avian3d"
description = "Avian 3D integration for bevy-tnua"
version = "0.1.1"
version = "0.2.0"
edition.workspace = true
authors.workspace = true
license.workspace = true
Expand Down

0 comments on commit 3be4684

Please sign in to comment.