Skip to content

Commit

Permalink
Release v0.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sebcrozet committed Jan 22, 2023
1 parent c18276a commit 1a4183c
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v0.17.1 (22 Jan. 2022)
### Fix
- Fix bug resulting in dynamic rigid-bodies acting as kinematic bodies after being disabled and then re-enabled.


## v0.17.0 (15 Jan. 2022)
### Added
Expand Down
2 changes: 1 addition & 1 deletion crates/rapier2d-f64/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rapier2d-f64"
version = "0.17.0"
version = "0.17.1"
authors = [ "Sébastien Crozet <[email protected]>" ]
description = "2-dimensional physics engine in Rust."
documentation = "http://docs.rs/rapier2d"
Expand Down
2 changes: 1 addition & 1 deletion crates/rapier2d/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rapier2d"
version = "0.17.0"
version = "0.17.1"
authors = [ "Sébastien Crozet <[email protected]>" ]
description = "2-dimensional physics engine in Rust."
documentation = "http://docs.rs/rapier2d"
Expand Down
2 changes: 1 addition & 1 deletion crates/rapier3d-f64/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rapier3d-f64"
version = "0.17.0"
version = "0.17.1"
authors = [ "Sébastien Crozet <[email protected]>" ]
description = "3-dimensional physics engine in Rust."
documentation = "http://docs.rs/rapier3d"
Expand Down
2 changes: 1 addition & 1 deletion crates/rapier3d/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rapier3d"
version = "0.17.0"
version = "0.17.1"
authors = [ "Sébastien Crozet <[email protected]>" ]
description = "3-dimensional physics engine in Rust."
documentation = "http://docs.rs/rapier3d"
Expand Down

0 comments on commit 1a4183c

Please sign in to comment.