Skip to content

Commit

Permalink
Prepare releases with MicroMod support
Browse files Browse the repository at this point in the history
teensy4-bsp needs to use 0.3.1 of teensy4-pins. Otherwise, the tmm items
aren't available, and the BSP will fail to build.

I think this dependency requirement breaks anyone who, for some reason,
is fixing the teensy4-pins version number to 0.3.0. I'm betting that
user doesn't exist.
  • Loading branch information
mciantyre committed Feb 9, 2023
1 parent d439ff9 commit 6f38334
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
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.4.1] - 2023-02-09

Add support for the Teensy MicroMod. See the updated `board` APIs and
documentation for more information.

Expand Down Expand Up @@ -192,6 +194,7 @@ should correct logger thread safety.

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

[0.4.1]: https://github.com/mciantyre/teensy4-rs/compare/teensy4-bsp-0.4.0...teensy4-bsp-0.4.1
[0.4.0]: https://github.com/mciantyre/teensy4-rs/compare/teensy4-bsp-0.3.0...teensy4-bsp-0.4.0
[0.3.0]: https://github.com/mciantyre/teensy4-rs/compare/teensy4-bsp-0.2.2...teensy4-bsp-0.3.0
[0.2.2]: https://github.com/mciantyre/teensy4-rs/compare/teensy4-bsp-0.2.1...teensy4-bsp-0.2.2
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "teensy4-bsp"
version = "0.4.0"
version = "0.4.1"
authors.workspace = true
edition.workspace = true
license.workspace = true
Expand Down Expand Up @@ -61,7 +61,7 @@ optional = true
features = ["device"]

[dependencies.teensy4-pins]
version = "0.3"
version = "0.3.1"
path = "teensy4-pins"

[workspace]
Expand Down
3 changes: 3 additions & 0 deletions teensy4-pins/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## [0.3.1] - 2023-02-09

Add Teensy MicroMod pins in the `tmm` module.

## [0.3.0] - 2023-01-05
Expand Down Expand Up @@ -35,6 +37,7 @@ release. Users should use `from_pads()`.

First release.

[0.3.1]: https://github.com/mciantyre/teensy4-rs/compare/teensy4-pins-0.3.0...teensy4-pins-0.3.1
[0.3.0]: https://github.com/mciantyre/teensy4-rs/compare/teensy4-pins-0.2.0...teensy4-pins-0.3.0
[0.2.0]: https://github.com/mciantyre/teensy4-rs/compare/teensy4-pins-0.1.0...teensy4-pins-0.2.0
[0.1.0]: https://github.com/mciantyre/teensy4-rs/releases/tag/teensy4-pins-0.1.0
2 changes: 1 addition & 1 deletion teensy4-pins/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "teensy4-pins"
version = "0.3.0"
version = "0.3.1"
authors.workspace = true
edition.workspace = true
readme = "README.md"
Expand Down

0 comments on commit 6f38334

Please sign in to comment.