Skip to content

Commit

Permalink
Release v0.13.6
Browse files Browse the repository at this point in the history
  • Loading branch information
sebcrozet committed Jan 24, 2024
1 parent af38912 commit e57762f
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## v0.13.6

### Fixed
- Fix ball-convex manifolds missing contacts in some corner cases.
- Fix panic in `TriMesh::intersection_with_plane`.

## v0.13.5

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion crates/parry2d-f64/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "parry2d-f64"
version = "0.13.5"
version = "0.13.6"
authors = [ "Sébastien Crozet <[email protected]>" ]

description = "2 dimensional collision detection library in Rust. 64-bit precision version."
Expand Down
2 changes: 1 addition & 1 deletion crates/parry2d/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "parry2d"
version = "0.13.5"
version = "0.13.6"
authors = [ "Sébastien Crozet <[email protected]>" ]

description = "2 dimensional collision detection library in Rust."
Expand Down
2 changes: 1 addition & 1 deletion crates/parry3d-f64/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "parry3d-f64"
version = "0.13.5"
version = "0.13.6"
authors = [ "Sébastien Crozet <[email protected]>" ]

description = "3 dimensional collision detection library in Rust. 64-bits precision version."
Expand Down
2 changes: 1 addition & 1 deletion crates/parry3d/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "parry3d"
version = "0.13.5"
version = "0.13.6"
authors = [ "Sébastien Crozet <[email protected]>" ]

description = "3 dimensional collision detection library in Rust."
Expand Down

0 comments on commit e57762f

Please sign in to comment.