Skip to content

Commit

Permalink
Bump version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
merwaaan committed Jul 6, 2024
1 parent 28c4b26 commit 2134765
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## 0.2.0 - 2024-07-06

### Added

- Support Bevy 0.14.0
- Add a reset() method on the SpritesheetAnimation component

### Fixed

- Switch new_clip/new_animation closures to FnMut to allow mutations

## 0.1.0 - 2024-04-10

### Fixed
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.1.0"
version = "0.2.0"
description = "A Bevy plugin for animating sprites"
repository = "https://github.com/merwaaan/bevy_spritesheet_animation"
readme="README.md"
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,7 @@ For more examples, browse the [examples/](examples) directory.

| bevy | bevy_spritesheet_animation |
| ---- | -------------------------- |
| 0.14 | 0.2.0 |
| 0.13 | 0.1.0 |

# Credits
Expand Down

0 comments on commit 2134765

Please sign in to comment.