From 36c19b623d355490ec8a229f559ea7f8c383ae92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Crozet?= Date: Fri, 28 Aug 2026 17:11:56 +0200 Subject: [PATCH] Release v0.35.3 --- CHANGELOG.md | 7 +++++++ Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 02b8ef2eb..c80e66aff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## v0.35.3 (28 August 2026) + +### Fixed + +- Multibody: properly support the constraint-based MJCF frictionloss statement instead of emulating + it with a motor. + ## v0.35.2 (15 August 2026) ### Fixed diff --git a/Cargo.toml b/Cargo.toml index e4a5e83c8..5c32941e3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,7 +45,7 @@ exclude = ["typescript"] resolver = "2" [workspace.package] -version = "0.35.2" +version = "0.35.3" authors = ["Sébastien Crozet "] homepage = "https://rapier.rs" repository = "https://github.com/dimforge/rapier"