File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3- ## Unreleased - XXXX-XX-XX
3+ ## v0.11.0 - 2026-01-01
44
5- - Migrate to Bevy 0.17.2
5+ - Add ` EventEmittingTween ` to all event-emitting tweens, no matter their ` Data ` type
6+
7+ ## v0.10.0 - 2025-10-08
8+
9+ - Migrate to Bevy 0.17
610
711## v0.9.1 - 2025-07-15
812
Original file line number Diff line number Diff line change 11[package ]
22name = " bevy_tween"
33description = " Flexible tweening plugin library for Bevy"
4- version = " 0.10 .0"
4+ version = " 0.11 .0"
55edition = " 2024"
66authors = [" Multirious" , " Rabbival" ]
77license = " MIT OR Apache-2.0"
@@ -18,12 +18,12 @@ resolver = "2"
1818# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1919
2020[dependencies .bevy ]
21- version = " 0.17.2 "
21+ version = " 0.17.3 "
2222default-features = false
2323features = [" std" ]
2424
2525[dependencies .bevy_math ]
26- version = " 0.17.2 "
26+ version = " 0.17.3 "
2727default-features = false
2828features = [" curve" ]
2929
@@ -41,14 +41,14 @@ features = ["std"]
4141
4242[dependencies .bevy_lookup_curve ]
4343version = " 0.10.0"
44- optional = true
44+ optional = true
4545
4646[dev-dependencies ]
4747bevy-inspector-egui = " 0.34.0"
4848rand = " 0.9.1"
4949
5050[dev-dependencies .bevy ]
51- version = " 0.17.2 "
51+ version = " 0.17.3 "
5252default-features = false
5353features = [
5454 " bevy_window" ,
@@ -60,7 +60,7 @@ features = [
6060 " png" ,
6161 " bevy_sprite_render" ,
6262 " bevy_post_process"
63- ]
63+ ]
6464
6565[build-dependencies ]
6666rustc_version = " 0.4.1"
You can’t perform that action at this time.
0 commit comments