Skip to content

Commit cb1ab44

Browse files
committed
Merge tag 'v0.3.0' into develop
Release v0.3.0 v0.3.0
2 parents 32fe480 + 4b3f7d6 commit cb1ab44

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

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

55
* None
66

7+
## v0.3.0
8+
* Add STM32F030 support to neotron-bmc-pico
9+
710
## v0.2.0
811
* Change to blink power LED when in standby
912
* Actually controls DC power and reset (but doesn't check the voltage rails yet)

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 <[email protected]>", "Aïssata 'Ai' Maiga <[email protected]>"]
33
name = "neotron-bmc-nucleo"
44
edition = "2018"
5-
version = "0.2.0"
5+
version = "0.3.0"
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 <[email protected]>"]
33
name = "neotron-bmc-pico"
44
edition = "2018"
5-
version = "0.2.0"
5+
version = "0.3.0"
66

77
[dependencies]
88
defmt = "0.3"

0 commit comments

Comments
 (0)