Skip to content

Commit

Permalink
Prepare 0.5.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mciantyre committed Nov 11, 2024
1 parent 575b1e7 commit 33d0023
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [0.5.1] 2024-11-11

Add additional LPSPI instances and type aliases.

## [0.5.0] 2024-05-27

**BREAKING** Remove the BSP's internal USB logger. Users should either use `imxrt-log`
Expand Down Expand Up @@ -236,6 +240,7 @@ should correct logger thread safety.

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

[0.5.1]: https://github.com/mciantyre/teensy4-rs/compare/teensy4-bsp-0.5.0...teensy4-bsp-0.5.1
[0.5.0]: https://github.com/mciantyre/teensy4-rs/compare/teensy4-bsp-0.4.8...teensy4-bsp-0.5.0
[0.4.8]: https://github.com/mciantyre/teensy4-rs/compare/teensy4-bsp-0.4.7...teensy4-bsp-0.4.8
[0.4.7]: https://github.com/mciantyre/teensy4-rs/compare/teensy4-bsp-0.4.6...teensy4-bsp-0.4.7
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.5.0"
version = "0.5.1"
authors.workspace = true
edition.workspace = true
license.workspace = true
Expand Down

0 comments on commit 33d0023

Please sign in to comment.