diff --git a/imxrt-hal/CHANGELOG.md b/imxrt-hal/CHANGELOG.md index 1e5a1312..64779cd9 100644 --- a/imxrt-hal/CHANGELOG.md +++ b/imxrt-hal/CHANGELOG.md @@ -2,6 +2,8 @@ ## [Unreleased] +## [0.3.0] - 2020-06-18 + ### Added - `uart::ReadError` implements `Clone`, `Debug`, `PartialEq`, and `Eq` @@ -25,4 +27,5 @@ Prior releases were not tracked with a changelog entry. -[Unreleased]: https://github.com/imxrt-rs/imxrt-rs/compare/0.2.1...HEAD +[Unreleased]: https://github.com/imxrt-rs/imxrt-rs/compare/0.3.0...HEAD +[0.3.0]: https://github.com/imxrt-rs/imxrt-rs/compare/0.2.1...0.3.0 \ No newline at end of file diff --git a/imxrt-hal/Cargo.toml b/imxrt-hal/Cargo.toml index bf85d86b..71db1f8f 100644 --- a/imxrt-hal/Cargo.toml +++ b/imxrt-hal/Cargo.toml @@ -10,7 +10,6 @@ license = "MIT/Apache-2.0" edition = "2018" version = "0.3.0" - [dependencies] as-slice = "0.1.3" cortex-m = { version = "0.6" }