Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
idanarye committed Oct 11, 2024
1 parent 1b2cb00 commit 1da4895
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ 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-avian](avian3d/CHANGELOG.md).

## [Unreleased]

## 0.20.0 - 2024-10-12
### Added
- A `TnuaBuiltinKnockback` action for applying knockback that will not be
nullified even with very high walk acceleration settings (see
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ keywords = ["bevy", "gamedev", "locomotion", "game-controls"]
[package]
name = "bevy-tnua"
description = "A floating character controller for Bevy"
version = "0.19.0"
version = "0.20.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 @@ -89,7 +89,7 @@ Tnua is broken into different crates that update separately, so this is broken i

| bevy | bevy-tnua-physics-integration-layer | bevy-tnua |
|------|-------------------------------------|------------|
| 0.14 | 0.4 | 0.19 |
| 0.14 | 0.4 | 0.19-0.20 |
| 0.13 | 0.3 | 0.16-0.18 |
| 0.13 | 0.2 | 0.15 |
| 0.12 | 0.1 | 0.13-0.14 |
Expand Down

0 comments on commit 1da4895

Please sign in to comment.