Skip to content

Commit

Permalink
release prep
Browse files Browse the repository at this point in the history
  • Loading branch information
jabuwu committed Jul 4, 2024
1 parent 9793fb5 commit 3adb5c1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# 0.10.0
- Update to Bevy 0.14
- Fix old materials not being removed when swapping blend mode

# 0.9.0
- Upgrade runtime to Spine 4.2
Expand Down
3 changes: 1 addition & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ A Bevy Plugin for [Spine](http://esotericsoftware.com/), utilizing [rusty_spine]

```
[dependencies]
bevy = "0.13"
bevy = "0.14"
bevy_spine = "0.9"
```

Expand All @@ -14,7 +14,6 @@ bevy_spine = "0.9"

| bevy_spine | rusty_spine | bevy | spine |
| ---------- | ----------- | ---- | ----- |
| 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 |
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! A Bevy 0.13 plugin for Spine 4.2
//! A Bevy plugin for Spine 4.2
//!
//! Add [`SpinePlugin`] to your Bevy app and spawn a [`SpineBundle`] to get started!
Expand Down

0 comments on commit 3adb5c1

Please sign in to comment.