# 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.1.1] - 2021-05-27 - Fix `Reg::field` (again) ## [0.1.0] - 2021-05-25 - Fix `Reg::field` ## [0.0.3] - 2021-05-10 - Works on stable - Better handling of generated attributes - Better immplementation for Debug ## [0.0.2] - 2021-05-06 - Mosty complete redesign - Use generic `Reg`, `Value`, etc. types instead of defining one for each register ## [0.0.1] - 2021-04-30 - Initial design. [Unreleased]: https://github.com/kellda/peripherals/compare/v0.1.1...HEAD [0.1.1]: https://github.com/kellda/peripherals/compare/v0.1.0...v0.1.1 [0.1.0]: https://github.com/kellda/peripherals/compare/240bc981c876a60fc5fc6d2953c95beea5c1ebe4...v0.1.0 [0.0.3]: https://github.com/kellda/peripherals/compare/324acf630355858b4e64fb6a8e6d8da7c21ae629...240bc981c876a60fc5fc6d2953c95beea5c1ebe4 [0.0.2]: https://github.com/kellda/peripherals/compare/cd361bd6d4753e3251ecac2b8eb7b46f67efe8a1...324acf630355858b4e64fb6a8e6d8da7c21ae629 [0.0.1]: https://github.com/kellda/peripherals/tree/cd361bd6d4753e3251ecac2b8eb7b46f67efe8a1