Skip to content

Commit

Permalink
0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jabuwu committed Nov 15, 2023
1 parent c9df1c9 commit 7c24702
Show file tree
Hide file tree
Showing 3 changed files with 4 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 = "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"
Expand Down
4 changes: 2 additions & 2 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -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))
Expand Down Expand Up @@ -95,4 +95,4 @@
# 0.5.1
- Fixes [#5](https://github.com/jabuwu/rusty_spine/issues/5)
- Adds `SkeletonClipping::clip_triangles`
- Improved docs & tests
- Improved docs & tests
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)
Expand Down

0 comments on commit 7c24702

Please sign in to comment.