Skip to content

Commit 896e039

Browse files
committed
Merge tag 'v0.4.2' into develop
Release v0.4.2
2 parents b9de248 + 262d1ab commit 896e039

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
## Unreleased Changes
44

5+
## v0.4.2
6+
7+
* Improvements to SPI communications link
8+
* Move some processing out of interrupts and into the main loop, to improve reliability
9+
510
## v0.4.1
611

712
* Update dependencies (moves away from yanked critical-section 0.2.x)

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.4.0"
5+
version = "0.4.2"
66

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

0 commit comments

Comments
 (0)