From e7fa38346e9a362372462a4e245c284570beacbf Mon Sep 17 00:00:00 2001 From: jabu Date: Thu, 4 Jul 2024 18:19:14 -0500 Subject: [PATCH] fix readme and add notes to not forget again --- Cargo.toml | 2 +- changelog.md | 3 +++ readme.md | 2 +- release.md | 8 ++++++++ 4 files changed, 13 insertions(+), 2 deletions(-) create mode 100644 release.md diff --git a/Cargo.toml b/Cargo.toml index a81b548..1faa67d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" diff --git a/changelog.md b/changelog.md index 9241da9..0bd64a4 100644 --- a/changelog.md +++ b/changelog.md @@ -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 diff --git a/readme.md b/readme.md index 7169e34..f8debcc 100644 --- a/readme.md +++ b/readme.md @@ -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)) diff --git a/release.md b/release.md new file mode 100644 index 0000000..f020dff --- /dev/null +++ b/release.md @@ -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