Skip to content

Commit 6aa960b

Browse files
committed
Release v0.25.0
1 parent 6fdccb2 commit 6aa960b

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## v0.25.0 (19 Feb. 2024)
4+
5+
### Modified
6+
- Update to bevy `0.13`.
7+
38
## v0.24.0 (27 Jan. 2024)
49
The main highlight of this release is the implementation of a new non-linear constraints solver for better stability
510
and increased convergence rates. See [#579](https://github.com/dimforge/rapier/pull/579) for additional information.

bevy_rapier2d/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bevy_rapier2d"
3-
version = "0.24.0"
3+
version = "0.25.0"
44
authors = ["Sébastien Crozet <[email protected]>"]
55
description = "2-dimensional physics engine in Rust, official Bevy plugin."
66
documentation = "http://docs.rs/bevy_rapier2d"

bevy_rapier3d/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bevy_rapier3d"
3-
version = "0.24.0"
3+
version = "0.25.0"
44
authors = ["Sébastien Crozet <[email protected]>"]
55
description = "3-dimensional physics engine in Rust, official Bevy plugin."
66
documentation = "http://docs.rs/bevy_rapier3d"

0 commit comments

Comments
 (0)