Skip to content

Commit

Permalink
Bump version for Rapier integration crates
Browse files Browse the repository at this point in the history
  • Loading branch information
idanarye committed Dec 13, 2024
1 parent 61aeee3 commit d6c593a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
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.8.0"
version = "0.9.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.9.0 - 2024-12-13
### Changed
- Use `RapierContextEntityLink` to detect the Rapir context. This means Tnua
should now support Rapier's multiple physics worlds feature.
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.8.0"
version = "0.9.0"
edition.workspace = true
authors.workspace = true
license.workspace = true
Expand Down

0 comments on commit d6c593a

Please sign in to comment.