diff --git a/CHANGELOG.md b/CHANGELOG.md index 29f6175..c2f55d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## Unreleased Changes +* None + +## v0.5.2 + * Handle 'Alt' reads and writes. ## v0.5.1 diff --git a/neotron-bmc-pico/Cargo.toml b/neotron-bmc-pico/Cargo.toml index 0e52dc4..89cdc79 100644 --- a/neotron-bmc-pico/Cargo.toml +++ b/neotron-bmc-pico/Cargo.toml @@ -2,7 +2,7 @@ authors = ["Jonathan 'theJPster' Pallant "] name = "neotron-bmc-pico" edition = "2018" -version = "0.5.1" +version = "0.5.2" [dependencies] cortex-m = { version = "0.7.5", features = ["inline-asm", "critical-section-single-core"] }