Skip to content

Commit

Permalink
Bump version to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Shatur committed Dec 5, 2024
1 parent 622055c commit 7723eba
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
5 changes: 4 additions & 1 deletion 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](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.5.0] - 2024-12-05

### Added

- `InputBindSet::with_modifiers_each` and `InputBindSet::with_conditions_each` to add conditions and modifiers to sets.
Expand Down Expand Up @@ -117,7 +119,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

Initial release.

[unreleased]: https://github.com/projectharmonia/bevy_replicon/compare/v0.4.0...HEAD
[unreleased]: https://github.com/projectharmonia/bevy_replicon/compare/v0.5.0...HEAD
[0.5.0]: https://github.com/projectharmonia/bevy_replicon/compare/v0.4.0...v0.5.0
[0.4.0]: https://github.com/projectharmonia/bevy_replicon/compare/v0.3.0...v0.4.0
[0.3.0]: https://github.com/projectharmonia/bevy_replicon/compare/v0.2.1...v0.3.0
[0.2.1]: https://github.com/projectharmonia/bevy_replicon/compare/v0.2.0...v0.2.1
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bevy_enhanced_input"
version = "0.4.0"
version = "0.5.0"
authors = ["Hennadii Chernyshchyk <[email protected]>"]
edition = "2021"
description = "Dynamic and contextual input mappings for Bevy"
Expand All @@ -12,7 +12,7 @@ license = "MIT OR Apache-2.0"
include = ["/src", "/tests", "/examples", "/LICENSE*"]

[dependencies]
bevy_enhanced_input_macros = { path = "macros", version = "0.4.0" }
bevy_enhanced_input_macros = { path = "macros", version = "0.5.0" }
bevy = { version = "0.15", default-features = false, features = ["serialize"] }
bevy_egui = { version = "0.31", default-features = false, optional = true }
serde = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ Have any questions? Feel free to ask in the dedicated [`bevy_enhanced_input` cha
## Bevy compatibility
| bevy | bevy_enhanced_input |
| ----------- | ------------------- |
| 0.15.0 | 0.4 |
| 0.15.0 | 0.4-0.5 |
| 0.14.0 | 0.1-0.3 |
2 changes: 1 addition & 1 deletion macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bevy_enhanced_input_macros"
version = "0.4.0"
version = "0.5.0"
authors = ["Hennadii Chernyshchyk <[email protected]>"]
edition = "2021"
description = "Bevy Enhanced Input Macros"
Expand Down

0 comments on commit 7723eba

Please sign in to comment.