Skip to content

Commit ce65161

Browse files
committed
Release v0.25.1
1 parent 3937848 commit ce65161

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
## Unreleased
1+
## 0.25.1
22

33
- Fix point-projection of a ball on a voxels shape containing empty chunks (e.g. after voxels removal).
4+
- General documentation improvements.
45

56
## 0.25.0
67

crates/parry2d-f64/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "parry2d-f64"
3-
version = "0.25.0"
3+
version = "0.25.1"
44
authors = ["Sébastien Crozet <[email protected]>"]
55

66
description = "2 dimensional collision detection library in Rust. 64-bit precision version."

crates/parry2d/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "parry2d"
3-
version = "0.25.0"
3+
version = "0.25.1"
44
authors = ["Sébastien Crozet <[email protected]>"]
55

66
description = "2 dimensional collision detection library in Rust."

crates/parry3d-f64/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "parry3d-f64"
3-
version = "0.25.0"
3+
version = "0.25.1"
44
authors = ["Sébastien Crozet <[email protected]>"]
55

66
description = "3 dimensional collision detection library in Rust. 64-bits precision version."

0 commit comments

Comments
 (0)