Skip to content

Commit

Permalink
Prepare 0.4.7 release of teensy4-bsp
Browse files Browse the repository at this point in the history
  • Loading branch information
mciantyre committed Jan 27, 2024
1 parent 36ef11e commit 9016b5f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,11 @@

## Unreleased

## [0.4.7] 2024-01-27

Enable the SVNS high-power clock gate during BSP setup, resolving issues when
using the SRTC.

## [0.4.6] 2023-12-26

Expose LPUART1 resources and type aliases from `board`.
Expand Down Expand Up @@ -221,6 +226,7 @@ should correct logger thread safety.

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

[0.4.7]: https://github.com/mciantyre/teensy4-rs/compare/teensy4-bsp-0.4.6...teensy4-bsp-0.4.7
[0.4.6]: https://github.com/mciantyre/teensy4-rs/compare/teensy4-bsp-0.4.5...teensy4-bsp-0.4.6
[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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "teensy4-bsp"
version = "0.4.6"
version = "0.4.7"
authors.workspace = true
edition.workspace = true
license.workspace = true
Expand Down

0 comments on commit 9016b5f

Please sign in to comment.