# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] ## [0.4.1](https://github.com/actuate-rs/bevy_mod_actuate/compare/v0.4.0...v0.4.1) - 2024-11-24 ### Other - Add use_commands hook - Fix CI ## [0.3.2](https://github.com/actuate-rs/bevy_mod_actuate/compare/v0.3.1...v0.3.2) - 2024-11-21 ### Other - Bump actuate to 0.7.0 - Fix bounds for SystemParamFunction - Fix fmt ## [0.3.1](https://github.com/actuate-rs/bevy_mod_actuate/compare/v0.3.0...v0.3.1) - 2024-11-21 ### Other - Export use_param in prelude