Skip to content

Commit ce0c0f8

Browse files
committed
Merge tag 'v0.2.0' into develop
Release v0.2.0
2 parents 0177c1d + 4011af3 commit ce0c0f8

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Install flip-link
2020
run: cd / && cargo install flip-link
2121
- name: Build
22-
run: cargo build --verbose --target=thumbv6m-none-eabi
22+
run: cargo build --release --target=thumbv6m-none-eabi
2323
- name: Get Branch Name
2424
id: branch_name
2525
run: |

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)