Skip to content

Commit c41357e

Browse files
authored
upgrade to bevy 0.18-rc.1 (#26)
1 parent d5de884 commit c41357e

File tree

12 files changed

+377
-298
lines changed

12 files changed

+377
-298
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ the format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)
44

55
## unreleased
66

7+
### changed
8+
9+
- upgraded to bevy 0.18-rc.1
10+
711
# 0.5.0 (2025-12-19)
812

913
### changed
@@ -17,13 +21,13 @@ the format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)
1721
- `JonmoBuilder::on_despawn`
1822
- `SignalBuilder::from_function`
1923
- `SignalBuilder::always`
20-
- `signal::option`
2124
- `SignalExt::map_bool_in`
2225
- `SignalExt::map_true_in`
2326
- `SignalExt::map_false_in`
2427
- `SignalExt::map_option_in`
2528
- `SignalExt::map_some_in`
2629
- `SignalExt::map_none_in`
30+
- `signal::option`
2731
- `signal::eq!`
2832
- `signal::all!`
2933
- `signal::any!`
@@ -65,7 +69,7 @@ the format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)
6569

6670
### changed
6771

68-
- upgraded to Bevy 0.17
72+
- upgraded to bevy 0.17
6973

7074
### added
7175

0 commit comments

Comments
 (0)