Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
idanarye committed May 7, 2024
1 parent 46bcf1e commit 852ffe7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
NOTE: Subcrates have their own changelogs: [bevy-tnua-physics-integration-layer](physics-integration-layer/CHANGELOG.md), [bevy-tnua-rapier](rapier3d/CHANGELOG.md), [bevy-tnua-xpbd](xpbd3d/CHANGELOG.md).

## [Unreleased]
## 0.17.0 - 2024-05-07
### Removed
- [**BREAKING**] `TnuaBuiltinWalk` no longer has an `up` field. The up
direction is fixed to `Direction3d::Y` (up until now, it problably wouln't
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ keywords = ["bevy", "gamedev", "locomotion", "game-controls"]
[package]
name = "bevy-tnua"
description = "A floating character controller for bevy_rapier"
version = "0.16.0"
version = "0.17.0"
edition.workspace = true
authors.workspace = true
license.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ Tnua is broken into different crates that update separately, so this is broken i

| bevy | bevy-tnua-physics-integration-layer | bevy-tnua |
|------|-------------------------------------|------------|
| 0.13 | 0.3 | 0.16 |
| 0.13 | 0.3 | 0.16-0.17 |
| 0.13 | 0.2 | 0.15 |
| 0.12 | 0.1 | 0.13-0.14 |

Expand Down

0 comments on commit 852ffe7

Please sign in to comment.