Skip to content

Commit e57762f

Browse files
committed
Release v0.13.6
1 parent af38912 commit e57762f

File tree

5 files changed

+10
-4
lines changed

5 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## v0.13.6
4+
5+
### Fixed
6+
- Fix ball-convex manifolds missing contacts in some corner cases.
7+
- Fix panic in `TriMesh::intersection_with_plane`.
8+
39
## v0.13.5
410

511
### Fixed

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.13.5"
3+
version = "0.13.6"
44
authors = [ "Sébastien Crozet <developer@crozet.re>" ]
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.13.5"
3+
version = "0.13.6"
44
authors = [ "Sébastien Crozet <developer@crozet.re>" ]
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.13.5"
3+
version = "0.13.6"
44
authors = [ "Sébastien Crozet <developer@crozet.re>" ]
55

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

crates/parry3d/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"
3-
version = "0.13.5"
3+
version = "0.13.6"
44
authors = [ "Sébastien Crozet <developer@crozet.re>" ]
55

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

0 commit comments

Comments
 (0)