Release v0.10.1
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
## v0.10.1
|
||||
### Added
|
||||
- Add `Collider::set_translation_wrt_parent` to change the translation of a collider wrt. its parent rigid-body.
|
||||
- Add `Collider::set_rotation_wrt_parent` to change the translation of a collider wrt. its parent rigid-body.
|
||||
|
||||
|
||||
## v0.10.0
|
||||
### Added
|
||||
- Implement `Clone` for `IslandManager`.
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "rapier2d-f64"
|
||||
version = "0.10.0"
|
||||
version = "0.10.1"
|
||||
authors = [ "Sébastien Crozet <developer@crozet.re>" ]
|
||||
description = "2-dimensional physics engine in Rust."
|
||||
documentation = "http://docs.rs/rapier2d"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "rapier2d"
|
||||
version = "0.10.0"
|
||||
version = "0.10.1"
|
||||
authors = [ "Sébastien Crozet <developer@crozet.re>" ]
|
||||
description = "2-dimensional physics engine in Rust."
|
||||
documentation = "http://docs.rs/rapier2d"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "rapier3d-f64"
|
||||
version = "0.10.0"
|
||||
version = "0.10.1"
|
||||
authors = [ "Sébastien Crozet <developer@crozet.re>" ]
|
||||
description = "3-dimensional physics engine in Rust."
|
||||
documentation = "http://docs.rs/rapier3d"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "rapier3d"
|
||||
version = "0.10.0"
|
||||
version = "0.10.1"
|
||||
authors = [ "Sébastien Crozet <developer@crozet.re>" ]
|
||||
description = "3-dimensional physics engine in Rust."
|
||||
documentation = "http://docs.rs/rapier3d"
|
||||
|
||||
Reference in New Issue
Block a user