Skip to content

Commit

Permalink
0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Seldom-SE committed Nov 12, 2023
1 parent 074b59c commit f77ccad
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## 0.8 (2023-11-12)

### Added

- `Clone` and `Copy` impls for triggers and other types
- `PartialEq` and `Eq` impl for `Never`

### Changed

- Updated `bevy` to 0.12
- Updated `leafwing-input-manager` to 0.11

### Fixed

- The `leafwing_input` feature was a default feature

## 0.7 (2023-07-15)

### 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.7.0"
version = "0.8.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 @@ -141,6 +141,7 @@ See the `chase.rs` example for further usage.

| Bevy | `leafwing-input-manager` | `seldom_state` |
| ---- | ------------------------ | -------------- |
| 0.12 | 0.11 | 0.8 |
| 0.11 | 0.10 | 0.7 |
| 0.10 | 0.9 | 0.5 - 0.6 |
| 0.9 | 0.8 | 0.4 |
Expand Down

0 comments on commit f77ccad

Please sign in to comment.