Skip to content

Commit

Permalink
0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jabuwu committed Jul 9, 2023
1 parent ca94060 commit abf7844
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.5.2"
version = "0.6.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
2 changes: 1 addition & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 0.6.0 (unreleased)
# 0.6.0
- All indices are now `usize` (previously some were `i32` which lead to inconsistent APIs)
- Events are nicer to work with using the new `AnimationEvent` enum.
- `Skeleton::set_skin` and `Skin::add_skin` marked unsafe (with safety comments)
Expand Down
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.5"
rusty_spine = "0.6"
```

[Online demo!](https://jabuwu.github.io/rusty_spine/)
Expand Down

0 comments on commit abf7844

Please sign in to comment.