Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 644 Bytes

CHANGELOG.md

File metadata and controls

23 lines (14 loc) · 644 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased

[0.4.0] - 2024-12-02

Changed

  • upgrade to bevy 0.15

[0.3.1] - 2024-11-04

Changed

  • upgrade bevy_channel_trigger to version that is backed by crossbeam for smaller wasm build

[0.3.0] - 2024-11-04

Changed

  • use bevy_channel_trigger instead of bevy_crossbeam_event, this changes how you consume the events we sent to you, see readme for example