Skip to content

Commit

Permalink
Bump version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Shatur committed Nov 3, 2024
1 parent 42ba254 commit 268c205
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.2.0] - 2024-11-03

### Added

- Logging for binding.
Expand Down Expand Up @@ -53,5 +55,6 @@ 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.1.0...HEAD
[unreleased]: https://github.com/projectharmonia/bevy_replicon/compare/v0.2.0...HEAD
[0.2.0]: https://github.com/projectharmonia/bevy_replicon/compare/v0.1.0...v0.2.0
[0.1.0]: https://github.com/projectharmonia/bevy_replicon/releases/tag/v0.1.0
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.1.0"
version = "0.2.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.1" }
bevy_enhanced_input_macros = { path = "macros", version = "0.2" }
bevy = { version = "0.14", default-features = false, features = ["serialize"] }
bevy_egui = { version = "0.30", 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 @@ -29,4 +29,4 @@ Have any questions? Feel free to ask in the dedicated [`bevy_enhanced_input` cha

| bevy | bevy_enhanced_input |
| ----------- | ------------------- |
| 0.14.0 | 0.1 |
| 0.14.0 | 0.1-0.2 |
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.1.0"
version = "0.2.0"
authors = ["Hennadii Chernyshchyk <[email protected]>"]
edition = "2021"
description = "Bevy Enhanced Input Macros"
Expand Down

0 comments on commit 268c205

Please sign in to comment.