Skip to content

Commit

Permalink
release v0.29
Browse files Browse the repository at this point in the history
  • Loading branch information
Vrixyz authored Feb 18, 2025
2 parents 2183ef1 + ed121ed commit 8c1d1a1
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## v0.29.0 (18 February 2025)

### Added

Expand Down
2 changes: 1 addition & 1 deletion bevy_rapier2d/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bevy_rapier2d"
version = "0.28.0"
version = "0.29.0"
authors = ["Sébastien Crozet <[email protected]>"]
description = "2-dimensional physics engine in Rust, official Bevy plugin."
documentation = "http://docs.rs/bevy_rapier2d"
Expand Down
2 changes: 1 addition & 1 deletion bevy_rapier3d/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bevy_rapier3d"
version = "0.28.0"
version = "0.29.0"
authors = ["Sébastien Crozet <[email protected]>"]
description = "3-dimensional physics engine in Rust, official Bevy plugin."
documentation = "http://docs.rs/bevy_rapier3d"
Expand Down
2 changes: 1 addition & 1 deletion bevy_rapier_benches3d/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ edition = "2021"

[dependencies]
rapier3d = { features = ["profiler"], version = "0.23" }
bevy_rapier3d = { version = "0.28", path = "../bevy_rapier3d" }
bevy_rapier3d = { version = "0.29", path = "../bevy_rapier3d" }
bevy = { version = "0.15", default-features = false }

[dev-dependencies]
Expand Down
4 changes: 2 additions & 2 deletions ci/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ edition = "2021"

[dependencies]
bevy = "0.15.0"
bevy_rapier3d = { version = "0.28", path = "../bevy_rapier3d" }
bevy_rapier2d = { version = "0.28", path = "../bevy_rapier2d" }
bevy_rapier3d = { version = "0.29", path = "../bevy_rapier3d" }
bevy_rapier2d = { version = "0.29", path = "../bevy_rapier2d" }

[[bin]]
name = "ambiguity_detection"
Expand Down

0 comments on commit 8c1d1a1

Please sign in to comment.