Skip to content

Commit

Permalink
Prepare 0.5.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mciantyre committed Aug 21, 2023
1 parent c15e2de commit bb0088d
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.3] 2023-08-21

Exclude the interrupt vector table when we're building for a target with an
operating system. This ensures you can build imxrt-ral in different contexts,
like build scripts.
Expand Down Expand Up @@ -173,6 +175,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.3]: https://github.com/imxrt-rs/imxrt-ral/compare/0.5.2...0.5.3
[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
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.2"
version = "0.5.3"

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

0 comments on commit bb0088d

Please sign in to comment.