Skip to content

Commit

Permalink
Update HAL's changelog for 0.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mciantyre committed Jun 19, 2020
1 parent d56ff0a commit cb0c94e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 4 additions & 1 deletion imxrt-hal/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## [Unreleased]

## [0.3.0] - 2020-06-18

### Added

- `uart::ReadError` implements `Clone`, `Debug`, `PartialEq`, and `Eq`
Expand All @@ -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
1 change: 0 additions & 1 deletion imxrt-hal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down

0 comments on commit cb0c94e

Please sign in to comment.