From 8ed26db6a7a67b522bc2f2bb6cb55cbb041165e3 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Mon, 30 Sep 2024 12:10:03 +0200 Subject: [PATCH] prepare BSP release --- examples/rtic/Cargo.toml | 2 +- examples/simple/Cargo.toml | 2 +- vorago-reb1/CHANGELOG.md | 3 +++ vorago-reb1/Cargo.toml | 5 ++--- 4 files changed, 7 insertions(+), 5 deletions(-) diff --git a/examples/rtic/Cargo.toml b/examples/rtic/Cargo.toml index 903fa36..31425db 100644 --- a/examples/rtic/Cargo.toml +++ b/examples/rtic/Cargo.toml @@ -38,7 +38,7 @@ default-features = false features = ["portable-atomic"] [dependencies.va108xx-hal] -path = "../../va108xx-hal" +version = "0.8" [dependencies.vorago-reb1] path = "../../vorago-reb1" diff --git a/examples/simple/Cargo.toml b/examples/simple/Cargo.toml index 8dae104..a9ab5c5 100644 --- a/examples/simple/Cargo.toml +++ b/examples/simple/Cargo.toml @@ -16,7 +16,7 @@ embedded-io = "0.6" cortex-m-semihosting = "0.5.0" [dependencies.va108xx-hal] -path = "../../va108xx-hal" +version = "0.8" features = ["rt", "defmt"] [dependencies.vorago-reb1] diff --git a/vorago-reb1/CHANGELOG.md b/vorago-reb1/CHANGELOG.md index 85939a7..79734bb 100644 --- a/vorago-reb1/CHANGELOG.md +++ b/vorago-reb1/CHANGELOG.md @@ -8,7 +8,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [unreleased] +## [v0.6.0] 2024-09-30 + - Added M95M01 EEPROM module/API +- Update `va108xx-hal` dependency to range >=v0.8, <0.9 ## [v0.5.1] 2024-07-04 diff --git a/vorago-reb1/Cargo.toml b/vorago-reb1/Cargo.toml index b3a350d..5dfbf5c 100644 --- a/vorago-reb1/Cargo.toml +++ b/vorago-reb1/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vorago-reb1" -version = "0.5.1" +version = "0.6.0" authors = ["Robin Mueller "] edition = "2021" description = "Board Support Crate for the Vorago REB1 development board" @@ -21,8 +21,7 @@ bitfield = "0.17" version = "0.3" [dependencies.va108xx-hal] -version = ">=0.7, <=0.8" -path = "../va108xx-hal" +version = ">=0.8, <0.9" features = ["rt"] [features]