Release v0.15.0

This commit is contained in:
Sébastien Crozet
2022-10-02 19:11:09 +02:00
parent c755109ec9
commit a7a499e2c3
9 changed files with 13 additions and 13 deletions

View File

@@ -1,4 +1,4 @@
## Unreleased
## v0.15.0 (02 Oct. 2022)
### Added
- Add a **kinematic character** controller implementation. See the `control` module. The character controller currently
supports the following features:

View File

@@ -1,6 +1,6 @@
[package]
name = "rapier2d-f64"
version = "0.14.0"
version = "0.15.0"
authors = [ "Sébastien Crozet <developer@crozet.re>" ]
description = "2-dimensional physics engine in Rust."
documentation = "http://docs.rs/rapier2d"

View File

@@ -1,6 +1,6 @@
[package]
name = "rapier2d"
version = "0.14.0"
version = "0.15.0"
authors = [ "Sébastien Crozet <developer@crozet.re>" ]
description = "2-dimensional physics engine in Rust."
documentation = "http://docs.rs/rapier2d"

View File

@@ -1,6 +1,6 @@
[package]
name = "rapier3d-f64"
version = "0.14.0"
version = "0.15.0"
authors = [ "Sébastien Crozet <developer@crozet.re>" ]
description = "3-dimensional physics engine in Rust."
documentation = "http://docs.rs/rapier3d"

View File

@@ -1,6 +1,6 @@
[package]
name = "rapier3d"
version = "0.14.0"
version = "0.15.0"
authors = [ "Sébastien Crozet <developer@crozet.re>" ]
description = "3-dimensional physics engine in Rust."
documentation = "http://docs.rs/rapier3d"

View File

@@ -1,6 +1,6 @@
[package]
name = "rapier_testbed2d-f64"
version = "0.14.0"
version = "0.15.0"
authors = [ "Sébastien Crozet <developer@crozet.re>" ]
description = "Testbed for the Rapier 2-dimensional physics engine in Rust."
homepage = "http://rapier.org"
@@ -54,5 +54,5 @@ bevy = {version = "0.8", default-features = false, features = ["bevy_winit", "re
[dependencies.rapier]
package = "rapier2d-f64"
path = "../rapier2d-f64"
version = "0.14.0"
version = "0.15.0"
features = [ "serde-serialize", "debug-render", "profiler" ]

View File

@@ -1,6 +1,6 @@
[package]
name = "rapier_testbed2d"
version = "0.14.0"
version = "0.15.0"
authors = [ "Sébastien Crozet <developer@crozet.re>" ]
description = "Testbed for the Rapier 2-dimensional physics engine in Rust."
homepage = "http://rapier.org"
@@ -54,5 +54,5 @@ bevy = {version = "0.8", default-features = false, features = ["bevy_winit", "re
[dependencies.rapier]
package = "rapier2d"
path = "../rapier2d"
version = "0.14.0"
version = "0.15.0"
features = [ "serde-serialize", "debug-render", "profiler" ]

View File

@@ -1,6 +1,6 @@
[package]
name = "rapier_testbed3d-f64"
version = "0.14.0"
version = "0.15.0"
authors = [ "Sébastien Crozet <developer@crozet.re>" ]
description = "Testbed for the Rapier 3-dimensional physics engine in Rust."
homepage = "http://rapier.org"
@@ -52,5 +52,5 @@ bevy = {version = "0.8", default-features = false, features = ["bevy_winit", "re
[dependencies.rapier]
package = "rapier3d-f64"
path = "../rapier3d-f64"
version = "0.14.0"
version = "0.15.0"
features = [ "serde-serialize", "debug-render", "profiler" ]

View File

@@ -1,6 +1,6 @@
[package]
name = "rapier_testbed3d"
version = "0.14.0"
version = "0.15.0"
authors = [ "Sébastien Crozet <developer@crozet.re>" ]
description = "Testbed for the Rapier 3-dimensional physics engine in Rust."
homepage = "http://rapier.org"
@@ -56,5 +56,5 @@ bevy = {version = "0.8", default-features = false, features = ["bevy_winit", "re
[dependencies.rapier]
package = "rapier3d"
path = "../rapier3d"
version = "0.14.0"
version = "0.15.0"
features = [ "serde-serialize", "debug-render", "profiler" ]