Skip to content

Commit f072e6e

Browse files
authored
Release v0.19.2 (#356)
1 parent 49fdb00 commit f072e6e

File tree

3 files changed

+35
-16
lines changed

3 files changed

+35
-16
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
### 0.19.2 (17 Oct. 2025)
2+
3+
- Fix bug where kinematic bodies would not wake up when setting its velocity.
4+
- Fix bug where slow-moving kinematic bodies would fall asleep.
5+
- Fix point-projection on voxels shapes.
6+
17
### 0.19.1 (03 Oct. 2025)
28

39
### Modified

Cargo.lock

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

builds/prepare_builds/templates/Cargo.toml.tera

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dimforge_{{ js_package_name }}" # Can't be named rapier{{ dimension }}d which conflicts with the dependency.
3-
version = "0.19.1"
3+
version = "0.19.2"
44
authors = ["Sébastien Crozet <[email protected]>"]
55
description = "{{ dimension }}-dimensional physics engine in Rust - official JS bindings."
66
documentation = "https://rapier.rs/rustdoc/rapier{{ dimension }}d/index.html"
@@ -27,7 +27,7 @@ rust.unexpected_cfgs = { level = "warn", check-cfg = [
2727
] }
2828

2929
[dependencies]
30-
rapier{{ dimension }}d = { version = "0.30.0", features = [
30+
rapier{{ dimension }}d = { version = "0.30.1", features = [
3131
"serde-serialize",
3232
"debug-render",
3333
"profiler",

0 commit comments

Comments
 (0)