Skip to content

Commit af90bdb

Browse files
committed
Update version and changelog
1 parent 0177c1d commit af90bdb

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
# Changelog
22

3-
## Unrelease Changes
3+
## Unreleased Changes
44

5+
* None
6+
7+
## v0.2.0
8+
* Change to blink power LED when in standby
9+
* Actually controls DC power and reset (but doesn't check the voltage rails yet)
10+
11+
## v0.1.0
512
* Skeleton application using knurling template
613
* Started work on command protocol definition
714
* LED Blinking Modes defined

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
authors = ["Jonathan 'theJPster' Pallant <[email protected]>"]
33
name = "neotron-bmc"
44
edition = "2018"
5-
version = "0.1.0"
5+
version = "0.2.0"
66

77
[workspace]
88
members = ["testsuite"]
@@ -76,4 +76,4 @@ overflow-checks = false # <-
7676
# defmt = { git = "https://github.com/knurling-rs/defmt", rev = "use defmt version reported by `probe-run --version`" }
7777
# defmt-rtt = { git = "https://github.com/knurling-rs/defmt", rev = "use defmt version reported by `probe-run --version`" }
7878
# defmt-test = { git = "https://github.com/knurling-rs/defmt", rev = "use defmt version reported by `probe-run --version`" }
79-
# panic-probe = { git = "https://github.com/knurling-rs/defmt", rev = "use defmt version reported by `probe-run --version`" }
79+
# panic-probe = { git = "https://github.com/knurling-rs/defmt", rev = "use defmt version reported by `probe-run --version`" }

0 commit comments

Comments
 (0)