aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSébastien Crozet <developer@crozet.re>2021-09-12 10:53:01 +0200
committerSébastien Crozet <developer@crozet.re>2021-09-12 10:53:01 +0200
commit936f655c67f03d6eae6c2c9fc2ad0647b54d74b7 (patch)
treeb46a2212cba808d7006ec4afd817ad4ace0cd170
parentd9069142e19dcd2f575276dc1a86fe7c5189e645 (diff)
downloadrapier-0.11.1.tar.gz
rapier-0.11.1.tar.bz2
rapier-0.11.1.zip
Release v0.11.1v0.11.1
-rw-r--r--CHANGELOG.md7
-rw-r--r--build/rapier2d-f64/Cargo.toml2
-rw-r--r--build/rapier2d/Cargo.toml2
-rw-r--r--build/rapier3d-f64/Cargo.toml2
-rw-r--r--build/rapier3d/Cargo.toml2
5 files changed, 11 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index dd52308..7539bb7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+## v0.11.1
+### Fixed
+- Fix a bug causing large moving colliders to miss some collisions after some time.
+- Fix invalid forces generated by contacts with position-based kinematic bodies.
+- Fix a bug where two colliders without parent would not have their collision computed even if the
+ appropriate flags were set.
+
## v0.11.0
Check out the user-guide for the JS/Typescript bindings for rapier. It has been fully rewritten and is now exhaustive!
Check it out on [rapier.rs](https://www.rapier.rs/docs/user_guides/javascript/getting_started_js)
diff --git a/build/rapier2d-f64/Cargo.toml b/build/rapier2d-f64/Cargo.toml
index bc39ebb..5d85639 100644
--- a/build/rapier2d-f64/Cargo.toml
+++ b/build/rapier2d-f64/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "rapier2d-f64"
-version = "0.11.0"
+version = "0.11.1"
authors = [ "Sébastien Crozet <developer@crozet.re>" ]
description = "2-dimensional physics engine in Rust."
documentation = "http://docs.rs/rapier2d"
diff --git a/build/rapier2d/Cargo.toml b/build/rapier2d/Cargo.toml
index 61b7295..9bc5f3b 100644
--- a/build/rapier2d/Cargo.toml
+++ b/build/rapier2d/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "rapier2d"
-version = "0.11.0"
+version = "0.11.1"
authors = [ "Sébastien Crozet <developer@crozet.re>" ]
description = "2-dimensional physics engine in Rust."
documentation = "http://docs.rs/rapier2d"
diff --git a/build/rapier3d-f64/Cargo.toml b/build/rapier3d-f64/Cargo.toml
index dc0c5a7..a6cdd00 100644
--- a/build/rapier3d-f64/Cargo.toml
+++ b/build/rapier3d-f64/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "rapier3d-f64"
-version = "0.11.0"
+version = "0.11.1"
authors = [ "Sébastien Crozet <developer@crozet.re>" ]
description = "3-dimensional physics engine in Rust."
documentation = "http://docs.rs/rapier3d"
diff --git a/build/rapier3d/Cargo.toml b/build/rapier3d/Cargo.toml
index 567a2f2..2830c07 100644
--- a/build/rapier3d/Cargo.toml
+++ b/build/rapier3d/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "rapier3d"
-version = "0.11.0"
+version = "0.11.1"
authors = [ "Sébastien Crozet <developer@crozet.re>" ]
description = "3-dimensional physics engine in Rust."
documentation = "http://docs.rs/rapier3d"