Skip to content

Commit 239efa6

Browse files
authored
Merge pull request #136 from dimforge/release-0.8.1
Release v0.8.1
2 parents b0953bc + 6d23629 commit 239efa6

File tree

4 files changed

+14
-4
lines changed

4 files changed

+14
-4
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
### 0.8.1 (2022-04-06)
2+
3+
Starting with this release, all the examples in `testbed2d` and `testbed3d` have been updated to `webpack 5`,
4+
and are written in Typescript. In addition, canary `0.0.0` releases will be generated automatically after each merge
5+
to the `master` branch.
6+
7+
#### Fixed
8+
9+
- Fix bug causing `World.intersectionPair` to always return `false`.
10+
111
### 0.8.0 (2022-03-31)
212

313
#### Breaking changes

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rapier2d/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dimforge_rapier2d" # Can't be named rapier2d which conflicts with the dependency.
3-
version = "0.8.0"
3+
version = "0.8.1"
44
authors = ["Sébastien Crozet <[email protected]>"]
55
description = "2-dimensional physics engine in Rust - official JS bindings."
66
documentation = "https://rapier.rs/rustdoc/rapier2d/index.html"

rapier3d/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dimforge_rapier3d" # Can't be named rapier3d which conflicts with the dependency.
3-
version = "0.8.0"
3+
version = "0.8.1"
44
authors = ["Sébastien Crozet <[email protected]>"]
55
description = "3-dimensional physics engine in Rust - official JS bindings."
66
documentation = "https://rapier.rs/rustdoc/rapier2d/index.html"

0 commit comments

Comments
 (0)