Skip to content

Commit

Permalink
Prepare 0.6.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mciantyre committed Nov 26, 2024
1 parent 4bb1c43 commit 2d51c2b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## [Unreleased]

## [0.6.0] 2024-12-02

**BREAKING** Remove the NVIC and SCB peripherals from the 1176. If you need an
API for Cortex-M registers, check out the
[`cortex-m`][https://crates.io/crates/cortex-m] crate.
Expand Down Expand Up @@ -218,7 +220,8 @@ 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
[Unreleased]: https://github.com/imxrt-rs/imxrt-ral/compare/0.6.0...HEAD
[0.6.0]: https://github.com/imxrt-rs/imxrt-ral/compare/0.5.3...0.6.0
[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
Expand Down

0 comments on commit 2d51c2b

Please sign in to comment.