Skip to content

Commit

Permalink
Release v0.13.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sebcrozet committed Mar 8, 2023
1 parent ea1f0fe commit 071c7ef
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
# Change Log

## v0.13.2 (08 March 2023)
## v0.13.3 (08 March 2023)

### Modified
- Improved performance of intersection checks involving composite shapes (compound shapes, trimeshes, polylines, etc.)

## v0.13.2 (08 March 2023)
This version was yanked. See the release notes for 0.13.3 instead.

## v0.13.1 (26 Feb. 2023)

### 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.2"
version = "0.13.3"
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.2"
version = "0.13.3"
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.2"
version = "0.13.3"
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.2"
version = "0.13.3"
authors = [ "Sébastien Crozet <[email protected]>" ]

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

0 comments on commit 071c7ef

Please sign in to comment.