Skip to content

Commit ed4a94a

Browse files
committed
Bump version to 7.0.1
1 parent bc250a7 commit ed4a94a

2 files changed

Lines changed: 9 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 7.0.1 - 2026-06-25
4+
5+
### Fixed
6+
7+
- Fix dependency on Bevy 0.19.0-rc.1 instead of 0.19.0 (by leomeinel).
8+
39
## 7.0.0 - 2026-06-24
410

511
### Added
@@ -14,8 +20,8 @@
1420

1521
### Added
1622

17-
- Added feature-flag `serde`.
18-
- Added serde support to `Animation` struct.
23+
- Added feature-flag `serde`
24+
- Added serde support to `Animation` struct
1925

2026
## 5.0.0 - 2026-01-21
2127

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bevy_spritesheet_animation"
3-
version = "7.0.0"
3+
version = "7.0.1"
44
description = "A Bevy plugin for animating sprites"
55
repository = "https://github.com/merwaaan/bevy_spritesheet_animation"
66
readme = "README.md"

0 commit comments

Comments
 (0)