Skip to content

Commit

Permalink
Release v0.27.0-rc.1 (#531)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vrixyz committed Jun 18, 2024
1 parent f850272 commit a300252
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## v0.27.0-rc.1 (18 June 2024)

**This is an update to Rapier 0.20 which includes several stability improvements
and new features. Please have a look at the
Expand Down
6 changes: 3 additions & 3 deletions bevy_rapier2d/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bevy_rapier2d"
version = "0.26.0"
version = "0.27.0-rc.1"
authors = ["Sébastien Crozet <developer@crozet.re>"]
description = "2-dimensional physics engine in Rust, official Bevy plugin."
documentation = "http://docs.rs/bevy_rapier2d"
Expand Down Expand Up @@ -44,15 +44,15 @@ headless = []
async-collider = ["bevy/bevy_asset", "bevy/bevy_scene"]

[dependencies]
bevy = { version = "0.14.0-rc.2", default-features = false }
bevy = { version = "0.14.0-rc.3", default-features = false }
nalgebra = { version = "0.32.6", features = ["convert-glam027"] }
rapier2d = "0.20"
bitflags = "2.4"
log = "0.4"
serde = { version = "1", features = ["derive"], optional = true }

[dev-dependencies]
bevy = { version = "0.14.0-rc.2", default-features = false, features = [
bevy = { version = "0.14.0-rc.3", default-features = false, features = [
"x11",
"bevy_state",
] }
Expand Down
6 changes: 3 additions & 3 deletions bevy_rapier3d/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bevy_rapier3d"
version = "0.26.0"
version = "0.27.0-rc.1"
authors = ["Sébastien Crozet <developer@crozet.re>"]
description = "3-dimensional physics engine in Rust, official Bevy plugin."
documentation = "http://docs.rs/bevy_rapier3d"
Expand Down Expand Up @@ -45,15 +45,15 @@ headless = []
async-collider = ["bevy/bevy_asset", "bevy/bevy_scene"]

[dependencies]
bevy = { version = "0.14.0-rc.2", default-features = false }
bevy = { version = "0.14.0-rc.3", default-features = false }
nalgebra = { version = "0.32.6", features = ["convert-glam027"] }
rapier3d = "0.20"
bitflags = "2.4"
log = "0.4"
serde = { version = "1", features = ["derive"], optional = true }

[dev-dependencies]
bevy = { version = "0.14.0-rc.2", default-features = false, features = [
bevy = { version = "0.14.0-rc.3", default-features = false, features = [
"x11",
"tonemapping_luts",
"bevy_state",
Expand Down

0 comments on commit a300252

Please sign in to comment.