Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
aevyrie committed Feb 18, 2024
1 parent 484f3de commit 5b46084
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# UNRELEASED
# 0.7.0

- Changed: Updated to Bevy `0.13`.
- Changed: ***BREAKING*** `EntityEvent`s no longer bubble by default.
- If you are using `#[derive(EntityEvent)]`, you will need to add the `#[can_bubble]` attribute to
enable bubbling.
- If you are manually implementing the trait, you will need to override the default `can_bubble`
trait method and return true.
trait method and return `true`.
- Changed: dissolved the `bevy_eventlistener_core` crate.
- Changed: `commands_mut`, `target_commands_mut`, `target_component_mut`, `listener_commands_mut`,
and `listener_component_mut` have been changed to provide a mutable reference to
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ resolver = "2"

[package]
name = "bevy_eventlistener"
version = "0.6.2"
version = "0.7.0"
edition = "2021"
description = "Event listeners and callbacks for bevy"
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bevy_eventlistener_derive"
version = "0.6.2"
version = "0.7.0"
edition = "2021"
description = "Event listeners and callbacks for bevy"
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit 5b46084

Please sign in to comment.