# Changelog ## [v1.0.0] - 2020-11-23 - Depend on tock-registers `0.6.0`. - This breaks code that depends on `InMemoryRegister` being `Copy`. Note: This is the first release that doesn't stay in sync with `tock-register`'s version number anymore. Starting with this release, we will bump the major version anytime breakage is introduced ## [v0.5.0] - 2020-01-16 - Depend on tock-registers `0.5.0`. - This might introduce some breakage that must be resolved by adding `pub` visibility keywords in respective places. ## [v0.4.2] - 2019-12-16 - Reexport `register_fields` and `test_fields` from tock-registers. ## [v0.4.1] - 2019-11-17 - Reexport `InMemoryRegister` from tock-registers. ## [v0.4.0] - 2019-11-14 - Depend on tock-registers `0.4.x`. ## [v0.3.3] - 2019-06-29 - Update Readme with deref pattern example. ## [v0.3.2] - 2018-12-20 - Update Readme for Rust 2018 as well. ## [v0.3.1] - 2018-12-20 - Depend on tock-registers `0.3.0`. - Update to Rust 2018. ## v0.3.0 - 2018-12-20 - Release made with erroneous documentation - `yanked`. ## [v0.2.1] - 2018-10-10 - Moved repository to https://github.com/rust-embedded ## [v0.2.0] - 2018-08-23 - Depend on tock-registers `0.2.0`. - Add `read_as_enum` to `cpu::RegisterReadWrite` and `cpu::RegisterReadOnly`. - Fix reexports. Too many structs and traits were reexported under the `mmio` namespace. Reexport them at the toplevel now. - Remove `#[inline]` from trait methods without body. ## [v0.1.1] - 2018-07-16 - Moved repository to https://github.com/rust-osdev ## v0.1.0 - 2018-07-07 - Initial Release.