# Change Log All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] ## [v1.0.1] ### Added - Explicit use of wrapping add for `cnt` counter - Asserts to check the `reload` value - CI changelog entry enforcer ### Changed ## [v1.0.0] - 2021-12-25 ### Changed - User to provide compatible time library such as `fugit` or `embedded-time` - Edition 2021 ## [v0.1.0] - 2021-09-21 Initial release [Unreleased]: https://github.com/rtic-rs/systick-monotonic/compare/v1.0.1...HEAD [v1.0.1]: https://github.com/rtic-rs/systick-monotonic/compare/v1.0.0...v1.0.1 [v1.0.0]: https://github.com/rtic-rs/systick-monotonic/compare/v0.1.0...v1.0.0 [v0.1.0]: https://github.com/rtic-rs/systick-monotonic/compare/2220d9b...v0.1.0