Skip to content

Commit 0fd32c1

Browse files
authored
Release v0.19.3 (#359)
1 parent f072e6e commit 0fd32c1

File tree

3 files changed

+33
-27
lines changed

3 files changed

+33
-27
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.19.3 (05 Nov. 2025)
2+
3+
- Significantly improve performances of `combineVoxelStates`.
4+
15
### 0.19.2 (17 Oct. 2025)
26

37
- Fix bug where kinematic bodies would not wake up when setting its velocity.

Cargo.lock

Lines changed: 26 additions & 26 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: 3 additions & 1 deletion
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.2"
3+
version = "0.19.3"
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"
@@ -35,6 +35,8 @@ rapier{{ dimension }}d = { version = "0.30.1", features = [
3535
"{{ feature }}",
3636
{%- endfor %}
3737
] }
38+
# The explicit dependency to parry only needed to pin the patch version.
39+
parry{{ dimension }}d = { version = "^0.25.3" }
3840
ref-cast = "1"
3941
wasm-bindgen = "0.2.100"
4042
js-sys = "0.3"

0 commit comments

Comments
 (0)