Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ the format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)

## unreleased

### changed

- upgraded to bevy 0.18-rc.1

# 0.5.0 (2025-12-19)

### changed
Expand All @@ -17,13 +21,13 @@ the format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)
- `JonmoBuilder::on_despawn`
- `SignalBuilder::from_function`
- `SignalBuilder::always`
- `signal::option`
- `SignalExt::map_bool_in`
- `SignalExt::map_true_in`
- `SignalExt::map_false_in`
- `SignalExt::map_option_in`
- `SignalExt::map_some_in`
- `SignalExt::map_none_in`
- `signal::option`
- `signal::eq!`
- `signal::all!`
- `signal::any!`
Expand Down Expand Up @@ -65,7 +69,7 @@ the format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)

### changed

- upgraded to Bevy 0.17
- upgraded to bevy 0.17

### added

Expand Down
Loading