# 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] ## [3.1.2](https://github.com/BobG1983/rantz_suite/compare/rantz_spatial2d-v3.1.1...rantz_spatial2d-v3.1.2) - 2024-07-20 ### 2. Bug fixes - Moving to centralized dependencies and thus moing back to using Bevy rather than its sub crates ## [3.1.0](https://github.com/BobG1983/rantz_suite/compare/rantz_spatial2d-v3.0.0...rantz_spatial2d-v3.1.0) - 2024-07-09 ### Other - Cleaned up deps so we don't depend on all of Bevy just the bits that we need. - Cargo fmt - Added random implementation and random feature to spatial2d ## [2.0.0](https://github.com/BobG1983/rantz_spatial2d/compare/v1.0.0...v2.0.0) - 2024-07-05 ### Other - [**breaking**] Bevy is no longer optional ## [0.3.8](https://github.com/BobG1983/rantz_spatial2d/compare/v0.3.7...v0.3.8) - 2024-06-19 ### Other - Adding release-plz as CI