Release v0.2.1
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
## v0.2.0 - WIP
|
||||
|
||||
## v0.2.1
|
||||
- Fix panic in TriMesh construction and QueryPipeline update caused by a stack overflow or a subtraction underflow.
|
||||
|
||||
## v0.2.0
|
||||
The most significant change on this version is the addition of the `QueryPipeline` responsible for performing
|
||||
scene-wide queries. So far only ray-casting has been implemented.
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# Name idea: bident for 2D and trident for 3D
|
||||
[package]
|
||||
name = "rapier2d"
|
||||
version = "0.2.0"
|
||||
version = "0.2.1"
|
||||
authors = [ "Sébastien Crozet <developer@crozet.re>" ]
|
||||
description = "2-dimensional physics engine in Rust."
|
||||
documentation = "http://docs.rs/rapier2d"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# Name idea: bident for 2D and trident for 3D
|
||||
[package]
|
||||
name = "rapier3d"
|
||||
version = "0.2.0"
|
||||
version = "0.2.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