Skip to content

Commit

Permalink
Prepare 0.5.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mciantyre committed Aug 2, 2023
1 parent 0589fa5 commit ca7e87b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## [Unreleased]

## [0.5.2] 2023-08-02

Add missing register fields:

- SERCLKDIV in FlexSPI MCR0.
Expand Down Expand Up @@ -167,6 +169,7 @@ This release also removes mention of 'stm32ral' in the API documentation.
Initial build and release of imxrt family of peripheral access crates

[Unreleased]: https://github.com/imxrt-rs/imxrt-ral/compare/0.5.0...HEAD
[0.5.2]: https://github.com/imxrt-rs/imxrt-ral/compare/0.5.1...0.5.2
[0.5.1]: https://github.com/imxrt-rs/imxrt-ral/compare/0.5.0...0.5.1
[0.5.0]: https://github.com/imxrt-rs/imxrt-ral/compare/0.4.4...0.5.0
[0.4.4]: https://github.com/imxrt-rs/imxrt-ral/compare/0.4.3...0.4.4
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ include = [
"Cargo.toml",
"doc.md",
]
version = "0.5.1"
version = "0.5.2"

[package.metadata.docs.rs]
features = ["imxrt1062"]
Expand Down

0 comments on commit ca7e87b

Please sign in to comment.