Skip to content

Commit

Permalink
chore: bump minor version due to trait changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dt665m committed Mar 18, 2024
1 parent 1b81360 commit 92b1608
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
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.7.2"
version = "0.8.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: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.8.0
- use `c_accessor_mut!` for TrackEntry's `track_time`. It is supposed to be mutable according
to the documentation

# 0.7.1
- Fix dark color applying incorrectly with premultiplied alpha (using draw functions)

Expand Down

0 comments on commit 92b1608

Please sign in to comment.