Skip to content

Commit 4134b22

Browse files
committed
Bump to 0.3.1
1 parent d7c0c07 commit 4134b22

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44

55
* None
66

7+
## v0.3.1
8+
* Reset button triggers 250ms low pulse
9+
* Fix STM32F030 support and remove STM32F031 support for neotron-bmc-pico
10+
711
## v0.3.0
812
* Add STM32F030 support to neotron-bmc-pico
913

neotron-bmc-nucleo/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
authors = ["Jonathan 'theJPster' Pallant <github@thejpster.org.uk>", "Aïssata 'Ai' Maiga <aimaiga2@gmail.com>"]
33
name = "neotron-bmc-nucleo"
44
edition = "2018"
5-
version = "0.3.0"
5+
version = "0.3.1"
66

77
[dependencies]
88
cortex-m = "0.7.1"

neotron-bmc-pico/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
authors = ["Jonathan 'theJPster' Pallant <github@thejpster.org.uk>"]
33
name = "neotron-bmc-pico"
44
edition = "2018"
5-
version = "0.3.0"
5+
version = "0.3.1"
66

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

0 commit comments

Comments
 (0)