What's Changed
- Write guides about error handling by @temeddix in #472
- Improve readabillity of error handling docs by @temeddix in #473
- Add error handling snippets by @temeddix in #474
- Update guide sentence and error code snippet by @temeddix in #475
- Update which requirement from 6.0.0 to 7.0.0 by @dependabot in #478
- Update bevy_ecs requirement from 0.14 to 0.15 by @dependabot in #485
- Switch to
uv
for Python dependency resolution by @temeddix in #495 - docs: warn about flutter snap package by @2bndy5 in #499
- Update example app build config by @2bndy5 in #510
- Replace deprecated Dart web packages by @temeddix in #511
- Fix typo in README.md by @brookman in #509
- Rustfmt messages by @2bndy5 in #508
New Contributors
Full Changelog: v7.1.0...v7.1.1
Summary
- Now, generated Rust message files are automatically formatted. Thanks @2bndy5!
- Deprecated
dart:js
anddart:html
have been replaced withdart:js_interop
andpackage:web
.