Release Rapier 0.20.0 (#651)

This commit is contained in:
Sébastien Crozet
2024-06-09 14:59:27 +02:00
committed by GitHub
parent 9367198282
commit b3dc1c1960
11 changed files with 15 additions and 15 deletions

View File

@@ -1,4 +1,4 @@
## Unreleased
## v0.20.0 (9 June 2024)
This release introduces two new crates:

View File

@@ -1,6 +1,6 @@
[package]
name = "rapier2d-f64"
version = "0.19.0"
version = "0.20.0"
authors = ["Sébastien Crozet <sebcrozet@dimforge.com>"]
description = "2-dimensional physics engine in Rust."
documentation = "https://docs.rs/rapier2d"

View File

@@ -1,6 +1,6 @@
[package]
name = "rapier2d"
version = "0.19.0"
version = "0.20.0"
authors = ["Sébastien Crozet <sebcrozet@dimforge.com>"]
description = "2-dimensional physics engine in Rust."
documentation = "https://docs.rs/rapier2d"

View File

@@ -1,6 +1,6 @@
[package]
name = "rapier3d-f64"
version = "0.19.0"
version = "0.20.0"
authors = ["Sébastien Crozet <sebcrozet@dimforge.com>"]
description = "3-dimensional physics engine in Rust."
documentation = "https://docs.rs/rapier3d"

View File

@@ -16,4 +16,4 @@ edition = "2021"
thiserror = "1.0.61"
stl_io = "0.7"
rapier3d = { version = "0.19", path = "../rapier3d" }
rapier3d = { version = "0.20", path = "../rapier3d" }

View File

@@ -22,5 +22,5 @@ bitflags = "2"
# NOTE: we are not using the (more recent) urdf-rs crate because of https://github.com/openrr/urdf-rs/issues/94
xurdf = "0.2"
rapier3d = { version = "0.19", path = "../rapier3d" }
rapier3d = { version = "0.20", path = "../rapier3d" }
rapier3d-stl = { version = "0.1.0", path = "../rapier3d-stl", optional = true }

View File

@@ -1,6 +1,6 @@
[package]
name = "rapier3d"
version = "0.19.0"
version = "0.20.0"
authors = ["Sébastien Crozet <sebcrozet@dimforge.com>"]
description = "3-dimensional physics engine in Rust."
documentation = "https://docs.rs/rapier3d"

View File

@@ -1,6 +1,6 @@
[package]
name = "rapier_testbed2d-f64"
version = "0.19.0"
version = "0.20.0"
authors = ["Sébastien Crozet <sebcrozet@dimforge.com>"]
description = "Testbed for the Rapier 2-dimensional physics engine in Rust."
homepage = "http://rapier.org"
@@ -59,5 +59,5 @@ bevy = { version = "0.13", default-features = false, features = ["bevy_asset", "
[dependencies.rapier]
package = "rapier2d-f64"
path = "../rapier2d-f64"
version = "0.19.0"
version = "0.20.0"
features = ["serde-serialize", "debug-render", "profiler"]

View File

@@ -1,6 +1,6 @@
[package]
name = "rapier_testbed2d"
version = "0.19.0"
version = "0.20.0"
authors = ["Sébastien Crozet <sebcrozet@dimforge.com>"]
description = "Testbed for the Rapier 2-dimensional physics engine in Rust."
homepage = "http://rapier.org"
@@ -59,5 +59,5 @@ bevy = { version = "0.13", default-features = false, features = ["bevy_sprite",
[dependencies.rapier]
package = "rapier2d"
path = "../rapier2d"
version = "0.19.0"
version = "0.20.0"
features = ["serde-serialize", "debug-render", "profiler"]

View File

@@ -1,6 +1,6 @@
[package]
name = "rapier_testbed3d-f64"
version = "0.19.0"
version = "0.20.0"
authors = ["Sébastien Crozet <sebcrozet@dimforge.com>"]
description = "Testbed for the Rapier 3-dimensional physics engine in Rust."
homepage = "http://rapier.org"
@@ -58,5 +58,5 @@ bevy = { version = "0.13", default-features = false, features = ["bevy_winit", "
[dependencies.rapier]
package = "rapier3d-f64"
path = "../rapier3d-f64"
version = "0.19.0"
version = "0.20.0"
features = ["serde-serialize", "debug-render", "profiler"]

View File

@@ -1,6 +1,6 @@
[package]
name = "rapier_testbed3d"
version = "0.19.0"
version = "0.20.0"
authors = ["Sébastien Crozet <sebcrozet@dimforge.com>"]
description = "Testbed for the Rapier 3-dimensional physics engine in Rust."
homepage = "http://rapier.org"
@@ -62,5 +62,5 @@ bevy = { version = "0.13", default-features = false, features = ["bevy_winit", "
[dependencies.rapier]
package = "rapier3d"
path = "../rapier3d"
version = "0.19.0"
version = "0.20.0"
features = ["serde-serialize", "debug-render", "profiler"]