Skip to content

Commit

Permalink
Release v0.13.8
Browse files Browse the repository at this point in the history
  • Loading branch information
sebcrozet committed Apr 25, 2024
1 parent 2ac354a commit 69d35aa
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Change Log

## Unreleased
## v0.13.8
### Added

- Added `Qbvh::traverse_depth_first_with_context`, `Qbvh::traverse_depth_first_node_with_stack_and_context`, and the related `SimdVisitorWithContext` trait to allow parent nodes to pass a custom context to its children during recursion.
- Add `Qbvh::traverse_depth_first_with_context`, `Qbvh::traverse_depth_first_node_with_stack_and_context`, and the related `SimdVisitorWithContext` trait to allow parent nodes to pass a custom context to its children during recursion.

## v0.13.7
### Modified
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.7"
version = "0.13.8"
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.7"
version = "0.13.8"
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.7"
version = "0.13.8"
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.7"
version = "0.13.8"
authors = ["Sébastien Crozet <[email protected]>"]

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

0 comments on commit 69d35aa

Please sign in to comment.