diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c2a55e..4733517 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 0.12 (2024-12-18) + +### Changed + +- Updated `bevy` to 0.14 +- Updated `leafwing-input-manager` to 0.16 (see their `RELEASES.md` for a migration guide) + ## 0.11 (2024-07-09) ### Changed diff --git a/Cargo.toml b/Cargo.toml index 17b233c..bfa559f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "seldom_state" -version = "0.12.0-dev" +version = "0.12.0" edition = "2021" categories = ["game-development"] description = "Component-based state machine plugin for Bevy. Useful for AI, player state, and other entities that occupy various states." diff --git a/README.md b/README.md index 57be6a1..208368d 100644 --- a/README.md +++ b/README.md @@ -149,6 +149,7 @@ See the `chase.rs` example for further usage. | Bevy | `leafwing-input-manager` | `seldom_state` | | ---- | ------------------------ | -------------- | +| 0.15 | 0.16 | 0.12 | | 0.14 | 0.14 | 0.11 | | 0.13 | 0.13 | 0.10 | | 0.12 | 0.11 | 0.8 - 0.9 |