Skip to content

Commit 71fe6de

Browse files
committed
Release v0.17.0 (#236)
1 parent e5f20d3 commit 71fe6de

5 files changed

Lines changed: 6 additions & 5 deletions

File tree

CHANGELOG.md

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

3-
## Unreleased
3+
## v0.17.0
44

55
### Added
66

@@ -21,6 +21,7 @@
2121
- Rename `Shape::clone_box` to `Shape::clone_dyn` (the `clone_box` method still exists but has been
2222
deprecated).
2323
- Make `try_convex_hull` return an error instead of panicking if less than 3 input points are given.
24+
- Make `Triangle::normal` and `Triangle::scaled_normal` only available in 3D insead of panicking in 2D.
2425

2526
## v0.16.1
2627

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

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

0 commit comments

Comments
 (0)