# 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] ## [1.2.4](https://github.com/BobG1983/rantz_suite/compare/rantz_proto-v1.2.3...rantz_proto-v1.2.4) - 2024-07-20 ### 2. Bug fixes - Moving to centralized dependencies and thus moing back to using Bevy rather than its sub crates ## [1.2.3](https://github.com/BobG1983/rantz_suite/compare/rantz_proto-v1.2.2...rantz_proto-v1.2.3) - 2024-07-20 ### 2. Bug fixes - rebuild MUST be defined if you define hot_reload, also some additional readme details - hot reloading should now properly call rebuild, rebuild should only be required for prototypes if you have the hot_reload feature, update on EntityBuilder is renamed rebuild to match build, and only available if hot_reload is active ## [1.2.2](https://github.com/BobG1983/rantz_suite/compare/rantz_proto-v1.2.1...rantz_proto-v1.2.2) - 2024-07-17 ### 2. Bug fixes - Added import for ProgressCounter - Attempt to fix the progress counter again ## [1.2.1](https://github.com/BobG1983/rantz_suite/compare/rantz_proto-v1.2.0...rantz_proto-v1.2.1) - 2024-07-17 ### 2. Bug fixes - Fixed panic if no ProgressCounter exists ## [1.1.0](https://github.com/BobG1983/rantz_suite/compare/rantz_proto-v1.0.0...rantz_proto-v1.1.0) - 2024-07-10 ### Other - Created an EntityBuilder struct and a Module trait. These are used to group together blocks of functionality and add them to a target entity - Updated docs - Added rantz_proto ## [0.4.4](https://github.com/BobG1983/rantz_random/compare/v0.4.3...v0.4.4) - 2024-06-19 ### Other - Updated CI to use windows and caching of build artifacts ## [0.4.3](https://github.com/BobG1983/rantz_random/compare/v0.4.2...v0.4.3) - 2024-06-19 ### Other - Reverting version change so that release-plz can handle it - Added release-plz - RandomContainer and RandomWeightedContainer now return Options to better handle empty tables - Fixed more doc comments. - Fixed docs - WeightedTable IntoIter now iters over values only. Shuffle now depends on RandomContainer, and RandomContainer was expanded.