Skip to content

Commit 49fdb00

Browse files
committed
Release v0.19.1
1 parent d3b01b8 commit 49fdb00

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
### 0.19.1 (03 Oct. 2025)
2+
3+
### Modified
4+
5+
- Update to Rapier 0.30.0. The only change is a [switch to a sparse storage](https://github.com/dimforge/parry/pull/380)
6+
for the Voxels shapes. This allows support for orders of magnitudes larger maps without reaching the 4GB WASM memory
7+
limit.
8+
19
### 0.19.0 (05 Sept. 2025)
210

311
### Modified

builds/prepare_builds/templates/Cargo.toml.tera

Lines changed: 1 addition & 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.0"
3+
version = "0.19.1"
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"

0 commit comments

Comments
 (0)