Skip to content

Commit

Permalink
0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jabuwu committed May 5, 2024
1 parent ef60b3d commit 788b173
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bevy_spine"
version = "0.8.0"
version = "0.9.0"
edition = "2021"
description = "Spine plugin for Bevy utilizing rusty_spine"
homepage = "https://github.com/jabuwu/bevy_spine"
Expand Down
8 changes: 7 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# 0.8.1 (UNRELEASED)
# 0.9.0
- Upgrade runtime to Spine 4.2
- Update to `rusty_spine` 0.8
- Add constraint APIs
- Add physics support

# 0.8.1
- Fix dark color applying incorrectly with premultiplied alpha

# 0.8.0
Expand Down
4 changes: 3 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ A Bevy Plugin for [Spine](http://esotericsoftware.com/), utilizing [rusty_spine]
```
[dependencies]
bevy = "0.13"
bevy_spine = "0.8"
bevy_spine = "0.9"
```

[See online demos!](https://jabuwu.github.io/bevy_spine_demos/) ([source repo](https://github.com/jabuwu/bevy_spine_demos))
Expand All @@ -15,6 +15,8 @@ bevy_spine = "0.8"
| bevy_spine | rusty_spine | bevy | spine |
| ---------- | ----------- | ---- | ----- |
| main | 0.8 | 0.13 | 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 |
| 0.7 | 0.7 | 0.12 | 4.1 |
| 0.6 | 0.6 | 0.11 | 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.1
//! A Bevy 0.13 plugin for Spine 4.2
//!
//! Add [`SpinePlugin`] to your Bevy app and spawn a [`SpineBundle`] to get started!
Expand Down

0 comments on commit 788b173

Please sign in to comment.