diff --git a/Cargo.toml b/Cargo.toml index 7538a45..07587c7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rusty_spine" -version = "0.6.1" +version = "0.7.0" edition = "2021" description = "Spine runtime for Rust (and wasm!) transpiled from the official C Runtime." homepage = "https://github.com/jabuwu/rusty_spine" diff --git a/changelog.md b/changelog.md index ba41b36..1755e42 100644 --- a/changelog.md +++ b/changelog.md @@ -1,4 +1,4 @@ -# 0.7.0 (UNRELEASED) +# 0.7.0 - Add `AttachmentLoader` for creating region attachments - Upstream fixes - Reduce allocations ([EsotericSoftware/spine-runtimes#2325](https://github.com/EsotericSoftware/spine-runtimes/issues/2325)) @@ -95,4 +95,4 @@ # 0.5.1 - Fixes [#5](https://github.com/jabuwu/rusty_spine/issues/5) - Adds `SkeletonClipping::clip_triangles` -- Improved docs & tests \ No newline at end of file +- Improved docs & tests diff --git a/readme.md b/readme.md index 34c547f..41cefdb 100644 --- a/readme.md +++ b/readme.md @@ -4,7 +4,7 @@ Spine runtime for Rust (and wasm!) transpiled from the official C Runtime. Suppo ``` [dependencies] -rusty_spine = "0.6" +rusty_spine = "0.7" ``` [Online demo!](https://jabuwu.github.io/rusty_spine/)