Skip to content

Commit

Permalink
Bump for Bevy 0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
Alice Cecile committed Jul 7, 2024
1 parent 932954d commit 5a44fd4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "leafwing_abilities"
description = "A convenient, well-tested ability management suite. Built for the Bevy game engine."
version = "0.7.0"
version = "0.8.0"
authors = ["Leafwing Studios"]
homepage = "https://leafwing-studios.com/"
repository = "https://github.com/leafwing-studios/leafwing_abilities"
Expand All @@ -23,19 +23,19 @@ default = ["premade_pools"]
premade_pools = []

[dependencies]
bevy = { version = "0.13", default-features = false, features = [
bevy = { version = "0.14", default-features = false, features = [
"serialize",
"bevy_gilrs",
] }
serde = { version = "1.0", features = ["derive"] }
leafwing-input-manager = "0.13"
leafwing-input-manager = "0.14"

leafwing_abilities_macros = { path = "macros", version = "0.3" }
thiserror = "1.0.37"
derive_more = "0.99.17"

[dev-dependencies]
bevy = { version = "0.13", default-features = false, features = [
bevy = { version = "0.14", default-features = false, features = [
"bevy_asset",
"bevy_sprite",
"bevy_text",
Expand Down
4 changes: 4 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release Notes

## Version 0.8

- now supports Bevy 0.14

## Version 0.7

### Dependencies
Expand Down

0 comments on commit 5a44fd4

Please sign in to comment.