Skip to content

Commit

Permalink
to bevy 0.14 release
Browse files Browse the repository at this point in the history
  • Loading branch information
brandon-reinhart committed Jul 4, 2024
1 parent 40d66d0 commit 2a97ae2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bevy_spine"
version = "0.9.0"
version = "0.10.0"
edition = "2021"
description = "Spine plugin for Bevy utilizing rusty_spine"
homepage = "https://github.com/jabuwu/bevy_spine"
Expand All @@ -11,7 +11,7 @@ exclude = ["assets/*"]

[dependencies]
rusty_spine = "0.8"
bevy = { version = "=0.14.0-rc.2", default-features = false, features = [
bevy = { version = "0.14", default-features = false, features = [
"bevy_render",
"bevy_asset",
"bevy_sprite",
Expand All @@ -21,7 +21,7 @@ thiserror = "1.0.50"

[dev-dependencies]
lerp = "0.5"
bevy = { version = "=0.14.0-rc.2", default-features = true }
bevy = { version = "0.14", default-features = true }

[workspace]
resolver = "2"
Expand Down
3 changes: 3 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 0.10.0
- Update to Bevy 0.14

# 0.9.0
- Upgrade runtime to Spine 4.2
- Update to `rusty_spine` 0.8
Expand Down
3 changes: 2 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ bevy_spine = "0.9"

| bevy_spine | rusty_spine | bevy | spine |
| ---------- | ----------- | ---- | ----- |
| main | 0.8 | 0.13 | 4.2 |
| main | 0.8 | 0.14 | 4.2 |
| 0.10 | 0.8 | 0.14 | 4.2 |
| 0.9 | 0.8 | 0.13 | 4.2 |
| 0.8 | 0.7 | 0.13 | 4.1 |
| 0.8 | 0.7 | 0.13 | 4.1 |
Expand Down

0 comments on commit 2a97ae2

Please sign in to comment.