From 7e1c3d80b5775a916ccf4c5b316e03c600b164c8 Mon Sep 17 00:00:00 2001 From: Thierry Berger Date: Mon, 9 Dec 2024 09:19:20 +0100 Subject: [PATCH] Release v0.28.0 --- CHANGELOG.md | 2 ++ bevy_rapier2d/Cargo.toml | 2 +- bevy_rapier3d/Cargo.toml | 2 +- bevy_rapier_benches3d/Cargo.toml | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d6984fc..b8640af8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## v0.28.0 (09 December 2024) + ### Modified - Update from rapier `0.21` to rapier `0.22`, diff --git a/bevy_rapier2d/Cargo.toml b/bevy_rapier2d/Cargo.toml index cd29ecad..ca4a58cd 100644 --- a/bevy_rapier2d/Cargo.toml +++ b/bevy_rapier2d/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bevy_rapier2d" -version = "0.27.0" +version = "0.28.0" authors = ["Sébastien Crozet "] description = "2-dimensional physics engine in Rust, official Bevy plugin." documentation = "http://docs.rs/bevy_rapier2d" diff --git a/bevy_rapier3d/Cargo.toml b/bevy_rapier3d/Cargo.toml index 5998d2c3..7ec536f0 100644 --- a/bevy_rapier3d/Cargo.toml +++ b/bevy_rapier3d/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bevy_rapier3d" -version = "0.27.0" +version = "0.28.0" authors = ["Sébastien Crozet "] description = "3-dimensional physics engine in Rust, official Bevy plugin." documentation = "http://docs.rs/bevy_rapier3d" diff --git a/bevy_rapier_benches3d/Cargo.toml b/bevy_rapier_benches3d/Cargo.toml index 8ddbc957..4734c2e4 100644 --- a/bevy_rapier_benches3d/Cargo.toml +++ b/bevy_rapier_benches3d/Cargo.toml @@ -10,5 +10,5 @@ edition = "2021" [dependencies] rapier3d = { features = ["profiler"], version = "0.22" } -bevy_rapier3d = { version = "0.27", path = "../bevy_rapier3d" } +bevy_rapier3d = { version = "0.28", path = "../bevy_rapier3d" } bevy = { version = "0.15", default-features = false }