Skip to content

Commit

Permalink
Bump to 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
thejpster committed Aug 24, 2022
1 parent d7c0c07 commit 4134b22
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@

* None

## v0.3.1
* Reset button triggers 250ms low pulse
* Fix STM32F030 support and remove STM32F031 support for neotron-bmc-pico

## v0.3.0
* Add STM32F030 support to neotron-bmc-pico

Expand Down
2 changes: 1 addition & 1 deletion neotron-bmc-nucleo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = ["Jonathan 'theJPster' Pallant <github@thejpster.org.uk>", "Aïssata 'Ai' Maiga <aimaiga2@gmail.com>"]
name = "neotron-bmc-nucleo"
edition = "2018"
version = "0.3.0"
version = "0.3.1"

[dependencies]
cortex-m = "0.7.1"
Expand Down
2 changes: 1 addition & 1 deletion neotron-bmc-pico/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = ["Jonathan 'theJPster' Pallant <github@thejpster.org.uk>"]
name = "neotron-bmc-pico"
edition = "2018"
version = "0.3.0"
version = "0.3.1"

[dependencies]
cortex-m = { version = "0.7.5", features = ["inline-asm"] }
Expand Down

0 comments on commit 4134b22

Please sign in to comment.