From 071c7efb6a044c2c5706a7690a28c0f40f20fa13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Crozet?= Date: Wed, 8 Mar 2023 14:14:37 +0100 Subject: [PATCH] Release v0.13.3 --- CHANGELOG.md | 5 ++++- crates/parry2d-f64/Cargo.toml | 2 +- crates/parry2d/Cargo.toml | 2 +- crates/parry3d-f64/Cargo.toml | 2 +- crates/parry3d/Cargo.toml | 2 +- 5 files changed, 8 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b179b4b9..fdc1dff2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/crates/parry2d-f64/Cargo.toml b/crates/parry2d-f64/Cargo.toml index 0ab644fc..075304cf 100644 --- a/crates/parry2d-f64/Cargo.toml +++ b/crates/parry2d-f64/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "parry2d-f64" -version = "0.13.2" +version = "0.13.3" authors = [ "Sébastien Crozet " ] description = "2 dimensional collision detection library in Rust. 64-bit precision version." diff --git a/crates/parry2d/Cargo.toml b/crates/parry2d/Cargo.toml index be2e362b..0b970dc5 100644 --- a/crates/parry2d/Cargo.toml +++ b/crates/parry2d/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "parry2d" -version = "0.13.2" +version = "0.13.3" authors = [ "Sébastien Crozet " ] description = "2 dimensional collision detection library in Rust." diff --git a/crates/parry3d-f64/Cargo.toml b/crates/parry3d-f64/Cargo.toml index 57526815..32e46a4e 100644 --- a/crates/parry3d-f64/Cargo.toml +++ b/crates/parry3d-f64/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "parry3d-f64" -version = "0.13.2" +version = "0.13.3" authors = [ "Sébastien Crozet " ] description = "3 dimensional collision detection library in Rust. 64-bits precision version." diff --git a/crates/parry3d/Cargo.toml b/crates/parry3d/Cargo.toml index 90403fb6..0bbeeac7 100644 --- a/crates/parry3d/Cargo.toml +++ b/crates/parry3d/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "parry3d" -version = "0.13.2" +version = "0.13.3" authors = [ "Sébastien Crozet " ] description = "3 dimensional collision detection library in Rust."