1 parent bc250a7 commit ed4a94aCopy full SHA for ed4a94a
2 files changed
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
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
9
## 7.0.0 - 2026-06-24
10
11
### Added
@@ -14,8 +20,8 @@
14
20
15
21
16
22
17
-- Added feature-flag `serde`.
18
-- Added serde support to `Animation` struct.
23
+- Added feature-flag `serde`
24
+- Added serde support to `Animation` struct
19
25
26
## 5.0.0 - 2026-01-21
27
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "bevy_spritesheet_animation"
-version = "7.0.0"
+version = "7.0.1"
description = "A Bevy plugin for animating sprites"
repository = "https://github.com/merwaaan/bevy_spritesheet_animation"
readme = "README.md"
0 commit comments