Skip to content

Commit

Permalink
0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Seldom-SE committed Dec 19, 2024
1 parent 0df0166 commit 7c4659f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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."
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down

0 comments on commit 7c4659f

Please sign in to comment.