Skip to content

Commit

Permalink
hal: Prepare release 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mciantyre committed Sep 23, 2020
1 parent c1a7d32 commit f77c16a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions imxrt-hal/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## [Unreleased]
## [0.4.1] 2020-09-23

### Fix

Expand Down Expand Up @@ -162,7 +162,8 @@ The release includes 0.3.1 fixes.

Prior releases were not tracked with a changelog entry.

[Unreleased]: https://github.com/imxrt-rs/imxrt-rs/compare/0.4.0...HEAD
[Unreleased]: https://github.com/imxrt-rs/imxrt-rs/compare/0.4.1...HEAD
[0.4.1]: https://github.com/imxrt-rs/imxrt-rs/compare/0.4.0...0.4.1
[0.4.0]: https://github.com/imxrt-rs/imxrt-rs/compare/0.3.0...0.4.0
[0.3.1]: https://github.com/imxrt-rs/imxrt-rs/compare/0.3.0...0.3.1
[0.3.0]: https://github.com/imxrt-rs/imxrt-rs/compare/0.2.1...0.3.0
2 changes: 1 addition & 1 deletion imxrt-hal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ keywords = ["imxrt", "nxp", "embedded", "no_std"]
categories = ["embedded", "no-std"]
license = "MIT/Apache-2.0"
edition = "2018"
version = "0.4.0"
version = "0.4.1"

[dependencies]
as-slice = "0.1.3"
Expand Down

0 comments on commit f77c16a

Please sign in to comment.