Skip to content

Conversation

@not-elm
Copy link
Owner

@not-elm not-elm commented Oct 25, 2025

Summary

  • Add support for Bevy 0.17.0
  • Refactor event handling from EventWriter to MessageWriter
  • Update CI configuration to optimize build process
  • Update documentation and examples with new API

Changes

  • CI Configuration: Add test job for all features with optimization (disable debug symbols, limit parallel jobs)
  • Dependencies: Add libwayland-dev, libxkbcommon-dev, and pkg-config to CI setup
  • Event System Migration: Replace EventWriter with MessageWriter and Events with Messages throughout the codebase
  • Version Compatibility: Update README with Bevy 0.17 compatibility information
  • Changelog: Add release notes for v0.13.0

Test plan

  • All tests pass with new Bevy 0.17 APIs
  • CI builds successfully with optimized configuration
  • Documentation examples compile correctly
  • Migration from EventWriter to MessageWriter complete

🤖 Generated with Claude Code

@not-elm not-elm merged commit 0fc6145 into main Oct 25, 2025
11 checks passed
@not-elm not-elm deleted the v0.17.0 branch October 25, 2025 08:54
@not-elm not-elm linked an issue Oct 25, 2025 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Bevy 0.17 support

2 participants