Skip to content

Commit cd7fc6e

Browse files
committed
Release v0.26.1
1 parent a3d983f commit cd7fc6e

File tree

5 files changed

+15
-8
lines changed

5 files changed

+15
-8
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## v0.26.1 (23 May 2025)
2+
3+
### Added
4+
5+
- Add `RigidBodySet::get_pair_mut` and `ColliderSet::get_pair_mut` to get two mutable rigid-bodies or colliders
6+
simultaneously.
7+
18
## v0.26.0 (16 May 2025)
29

310
### Modified

crates/rapier2d-f64/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rapier2d-f64"
3-
version = "0.26.0"
3+
version = "0.26.1"
44
authors = ["Sébastien Crozet <sebcrozet@dimforge.com>"]
55
description = "2-dimensional physics engine in Rust."
66
documentation = "https://docs.rs/rapier2d"
@@ -68,7 +68,7 @@ vec_map = { version = "0.8", optional = true }
6868
web-time = { version = "1.1", optional = true }
6969
num-traits = "0.2"
7070
nalgebra = "0.33"
71-
parry2d-f64 = "0.21.0"
71+
parry2d-f64 = "0.21.1"
7272
simba = "0.9"
7373
approx = "0.5"
7474
rayon = { version = "1", optional = true }

crates/rapier2d/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rapier2d"
3-
version = "0.26.0"
3+
version = "0.26.1"
44
authors = ["Sébastien Crozet <sebcrozet@dimforge.com>"]
55
description = "2-dimensional physics engine in Rust."
66
documentation = "https://docs.rs/rapier2d"
@@ -69,7 +69,7 @@ vec_map = { version = "0.8", optional = true }
6969
web-time = { version = "1.1", optional = true }
7070
num-traits = "0.2"
7171
nalgebra = "0.33"
72-
parry2d = "0.21.0"
72+
parry2d = "0.21.1"
7373
simba = "0.9"
7474
approx = "0.5"
7575
rayon = { version = "1", optional = true }

crates/rapier3d-f64/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rapier3d-f64"
3-
version = "0.26.0"
3+
version = "0.26.1"
44
authors = ["Sébastien Crozet <sebcrozet@dimforge.com>"]
55
description = "3-dimensional physics engine in Rust."
66
documentation = "https://docs.rs/rapier3d"
@@ -71,7 +71,7 @@ vec_map = { version = "0.8", optional = true }
7171
web-time = { version = "1.1", optional = true }
7272
num-traits = "0.2"
7373
nalgebra = "0.33"
74-
parry3d-f64 = "0.21.0"
74+
parry3d-f64 = "0.21.1"
7575
simba = "0.9"
7676
approx = "0.5"
7777
rayon = { version = "1", optional = true }

crates/rapier3d/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rapier3d"
3-
version = "0.26.0"
3+
version = "0.26.1"
44
authors = ["Sébastien Crozet <sebcrozet@dimforge.com>"]
55
description = "3-dimensional physics engine in Rust."
66
documentation = "https://docs.rs/rapier3d"
@@ -73,7 +73,7 @@ vec_map = { version = "0.8", optional = true }
7373
web-time = { version = "1.1", optional = true }
7474
num-traits = "0.2"
7575
nalgebra = "0.33"
76-
parry3d = "0.21.0"
76+
parry3d = "0.21.1"
7777
simba = "0.9"
7878
approx = "0.5"
7979
rayon = { version = "1", optional = true }

0 commit comments

Comments
 (0)