Skip to content

Commit

Permalink
Prepare 0.4.5 release of teensy4-bsp
Browse files Browse the repository at this point in the history
  • Loading branch information
mciantyre committed Nov 11, 2023
1 parent bc5cedb commit 9f76d5a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Unreleased

## [0.4.5] 2023-11-11

Enable the LPSPI3 clock gate in the BSP, resolving issues when trying to use
LPSPI3.

## [0.4.4] 2023-10-09

Expose `board::prepare_clocks_and_power` for users who want to configure their own
Expand Down Expand Up @@ -212,6 +217,7 @@ should correct logger thread safety.

First release of `teensy4-bsp` to crates.io.

[0.4.5]: https://github.com/mciantyre/teensy4-rs/compare/teensy4-bsp-0.4.4...teensy4-bsp-0.4.5
[0.4.4]: https://github.com/mciantyre/teensy4-rs/compare/teensy4-bsp-0.4.3...teensy4-bsp-0.4.4
[0.4.3]: https://github.com/mciantyre/teensy4-rs/compare/teensy4-bsp-0.4.2...teensy4-bsp-0.4.3
[0.4.2]: https://github.com/mciantyre/teensy4-rs/compare/teensy4-bsp-0.4.1...teensy4-bsp-0.4.2
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "teensy4-bsp"
version = "0.4.4"
version = "0.4.5"
authors.workspace = true
edition.workspace = true
license.workspace = true
Expand Down

0 comments on commit 9f76d5a

Please sign in to comment.