Skip to content

Commit

Permalink
Bump version to 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
merwaaan committed Aug 30, 2024
1 parent 7bb57d9 commit 9491720
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Changelog

## 0.4.1 - 2024-??-??
## 0.4.1 - 2024-08-30

### Added

- Add a `progress` field to the SpritesheetAnimation component to query and control the animation state
- Add a `switch()` method to SpritesheetAnimation component to switch to another animation and reset the progress
- Add `get_clip()` and `get_animation()` methods to the library
- Attach more information to animation events (current clip ID, current clip repetition, current animation repetition)
- Attach more information to some animation events (current clip ID, current clip repetition, current animation repetition)

### Changed

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bevy_spritesheet_animation"
version = "0.4.0"
version = "0.4.1"
description = "A Bevy plugin for animating sprites"
repository = "https://github.com/merwaaan/bevy_spritesheet_animation"
readme="README.md"
Expand Down

0 comments on commit 9491720

Please sign in to comment.