Releases: cunarist/rinf
Releases · cunarist/rinf
v8.9.1
v8.9.0
What's Changed
- Bump docker/build-push-action from 5 to 6 by @dependabot[bot] in #654
- Bump actions/cache from 4 to 5 by @dependabot[bot] in #655
- Update reqwest requirement from 0.12.1 to 0.13.0 by @dependabot[bot] in #658
- Update bevy_ecs requirement from 0.17 to 0.18 by @dependabot[bot] in #660
- Clarify Dart and Rust version requirements by @temeddix in #661
Full Changelog: v8.8.1...v8.9.0
Summary
- Added toolchain version requirements.
- This version supports Flutter 3.24/Dart 3.5 and Rust 1.88 or later.
v8.8.1
v8.8.0
What's Changed
- Make Clippy happy and fix CI broken due to GitHub changes by @temeddix in #644
- Bump actions/checkout from 4 to 5 by @dependabot[bot] in #636
- Update bevy_ecs requirement from 0.16 to 0.17 by @dependabot[bot] in #643
- Bump actions/setup-java from 4 to 5 by @dependabot[bot] in #639
- Add
Cargo.lockto the CLI crate by @temeddix in #645 - Bump astral-sh/setup-uv from 6 to 7 by @dependabot[bot] in #646
- feat: Add Windows ARM64 support to cargokit build targets by @ONEUI8 in #650
New Contributors
- @ONEUI8 made their first contribution in #650
Full Changelog: v8.7.2...v8.8.0
v8.7.2
v8.7.1
What's Changed
- Check signal name only for signals by @markuslevonyak in #626
Full Changelog: v8.7.0...v8.7.1
Summary
- Fixed a bug where non-signal structs were incorrectly included in duplication detection.
v8.7.0
What's Changed
- Bump creyD/prettier_action from 4.5 to 4.6 by @dependabot in #621
- Update serde-generate requirement from 0.31.0 to 0.32.0 by @dependabot in #622
- Enable getting the latest message from
rustSignalStreamby @temeddix in #624
Full Changelog: v8.6.0...v8.7.0
Summary
- Now getting the latest signal value from
rustSignalStreamis possible. This is useful when you're building and mounting a new widget.
v8.6.0
What's Changed
- Respect Serde's skip attribute by @Noah765 in #617
- Ban extra field attributes from Serde by @temeddix in #618
New Contributors
Full Changelog: v8.5.0...v8.6.0
Summary
- Now
#[serde(skip)]attributes are supported. - Some field attributes from Serde are now treated as syntax errors at compile-time for safer messaging.
v8.5.0
What's Changed
- Bump flutter_lints from 5.0.0 to 6.0.0 in /flutter_package by @dependabot in #611
- Bump flutter_lints from 5.0.0 to 6.0.0 in /flutter_package/example by @dependabot in #612
- Enable recursive data structures that are
SignalPieceby @temeddix in #615
Full Changelog: v8.4.0...v8.5.0
Summary
- Now
SignalPiececan be derived on structs with recursive structure.
v8.4.0
What's Changed
- Refine sentences and code snippets by @temeddix in #607
- feat: Implement experimental elinux support by @Losses in #435
- Add eLinux to the first guides by @temeddix in #608
- Improve sentencess in readme files by @temeddix in #609
New Contributors
Full Changelog: v8.3.2...v8.4.0
Summary
- Experimental support for eLinux has been added.