Skip to content

Commit

Permalink
fix readme and add notes to not forget again
Browse files Browse the repository at this point in the history
  • Loading branch information
jabuwu committed Jul 4, 2024
1 parent 3adb5c1 commit e7fa383
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 2 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.10.0"
version = "0.10.1"
edition = "2021"
description = "Spine plugin for Bevy utilizing rusty_spine"
homepage = "https://github.com/jabuwu/bevy_spine"
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.1
- No code changes, fixed version in readme

# 0.10.0
- Update to Bevy 0.14
- Fix old materials not being removed when swapping blend mode
Expand Down
2 changes: 1 addition & 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.14"
bevy_spine = "0.9"
bevy_spine = "0.10"
```

[See online demos!](https://jabuwu.github.io/bevy_spine_demos/) ([source repo](https://github.com/jabuwu/bevy_spine_demos))
Expand Down
8 changes: 8 additions & 0 deletions release.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Release Instructions

- Ensure `changelog.md` has all relevant changes from git history
- Update `readme.md`
- Change `#[dependencies]` (both `bevy` and `bevy_spine`) to correct version
- Update "Versions" table
- Run `cargo publish`
- Create the GitHub release

0 comments on commit e7fa383

Please sign in to comment.