Skip to content

Commit afff9fc

Browse files
committed
bump crate version to 0.11
1 parent a7af4a2 commit afff9fc

2 files changed

Lines changed: 12 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
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

Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "bevy_tween"
33
description = "Flexible tweening plugin library for Bevy"
4-
version = "0.10.0"
4+
version = "0.11.0"
55
edition = "2024"
66
authors = ["Multirious", "Rabbival"]
77
license = "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"
2222
default-features = false
2323
features = ["std"]
2424

2525
[dependencies.bevy_math]
26-
version = "0.17.2"
26+
version = "0.17.3"
2727
default-features = false
2828
features = ["curve"]
2929

@@ -41,14 +41,14 @@ features = ["std"]
4141

4242
[dependencies.bevy_lookup_curve ]
4343
version = "0.10.0"
44-
optional = true
44+
optional = true
4545

4646
[dev-dependencies]
4747
bevy-inspector-egui = "0.34.0"
4848
rand = "0.9.1"
4949

5050
[dev-dependencies.bevy]
51-
version = "0.17.2"
51+
version = "0.17.3"
5252
default-features = false
5353
features = [
5454
"bevy_window",
@@ -60,7 +60,7 @@ features = [
6060
"png",
6161
"bevy_sprite_render",
6262
"bevy_post_process"
63-
]
63+
]
6464

6565
[build-dependencies]
6666
rustc_version = "0.4.1"

0 commit comments

Comments
 (0)