Release v0.10.1

This commit is contained in:
Crozet Sébastien
2021-07-12 10:12:29 +02:00
parent 8e0aa2ac79
commit ddb978c77a
5 changed files with 10 additions and 4 deletions

View File

@@ -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`.