From a8cbcda7cc5d048fef15260cef90d12eab3f0f22 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Tue, 19 May 2026 18:45:47 +0200 Subject: [PATCH] prepare va108xx releases --- va108xx/va108xx-hal/CHANGELOG.md | 7 ++++--- va108xx/va108xx-hal/Cargo.toml | 2 +- va108xx/vorago-reb1/CHANGELOG.md | 7 ++++++- va416xx/Cargo.toml | 2 +- va416xx/va416xx-embassy/Cargo.toml | 2 +- va416xx/va416xx-hal/Cargo.toml | 2 +- vorago-shared-hal/CHANGELOG.md | 5 ++++- vorago-shared-hal/Cargo.toml | 2 +- 8 files changed, 19 insertions(+), 10 deletions(-) diff --git a/va108xx/va108xx-hal/CHANGELOG.md b/va108xx/va108xx-hal/CHANGELOG.md index 93e9a8c..27b5856 100644 --- a/va108xx/va108xx-hal/CHANGELOG.md +++ b/va108xx/va108xx-hal/CHANGELOG.md @@ -8,9 +8,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [unreleased] -## [v0.13.0] 2026-05-18 +## [v0.13.0] 2026-05-19 -- Bump `vorago-shared-hal` dependency to v0.3. +- Bump `vorago-shared-hal` dependency to v0.4 - Integrate `va108xx-embassy` as a `embassy-time` module. ## [v0.12.0] 2025-09-03 @@ -281,7 +281,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - Added basic test binary in form of an example - README with basic instructions how to set up own binary crate -[unreleased]: https://egit.irs.uni-stuttgart.de/rust/va108xx-rs/compare/va108xx-hal-v0.12.0...HEAD +[unreleased]: https://egit.irs.uni-stuttgart.de/rust/vorago-rs/compare/va108xx-hal-v0.13.0...HEAD +[v0.13.0]: https://egit.irs.uni-stuttgart.de/rust/vorago-rs/src/tag/va108xx-hal-v0.13.0 [v0.12.0]: https://egit.irs.uni-stuttgart.de/rust/va108xx-rs/compare/va108xx-hal-v0.11.1...va108xx-hal-v0.12.0 [v0.11.1]: https://egit.irs.uni-stuttgart.de/rust/va108xx-rs/compare/va108xx-hal-v0.11.0...va108xx-hal-v0.11.1 [v0.11.0]: https://egit.irs.uni-stuttgart.de/rust/va108xx-rs/compare/va108xx-hal-v0.10.0...va108xx-hal-v0.11.0 diff --git a/va108xx/va108xx-hal/Cargo.toml b/va108xx/va108xx-hal/Cargo.toml index 9f9f5b3..10dfa5b 100644 --- a/va108xx/va108xx-hal/Cargo.toml +++ b/va108xx/va108xx-hal/Cargo.toml @@ -12,7 +12,7 @@ categories = ["aerospace", "embedded", "no-std", "hardware-support"] [dependencies] cortex-m = { version = "0.7", features = ["critical-section-single-core"]} -vorago-shared-hal = { version = "0.3", path = "../../vorago-shared-hal", features = ["vor1x"] } +vorago-shared-hal = { version = "0.4", path = "../../vorago-shared-hal", features = ["vor1x"] } fugit = "0.4" thiserror = { version = "2", default-features = false } va108xx = { version = "0.6", path = "../va108xx", default-features = false, features = ["critical-section"] } diff --git a/va108xx/vorago-reb1/CHANGELOG.md b/va108xx/vorago-reb1/CHANGELOG.md index 95d560c..c4ea4e0 100644 --- a/va108xx/vorago-reb1/CHANGELOG.md +++ b/va108xx/vorago-reb1/CHANGELOG.md @@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [unreleased] +## [v0.10.0] 2026-05-19 + +- Bumped `va108xx-hal` dependency to 0.13 + ## [v0.9.0] 2025-09-03 - Bumped `va108xx-hal` dependency to 0.12 @@ -66,7 +70,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). it provides a starting point - Added ADC base library and example building on the new max116xx-10bit device driver crate -[unreleased]: https://egit.irs.uni-stuttgart.de/rust/va108xx-rs/compare/vorago-reb1-v0.9.0...HEAD +[unreleased]: https://egit.irs.uni-stuttgart.de/rust/vorago-rs/compare/vorago-reb1-v0.10.0...HEAD +[v0.10.0]: https://egit.irs.uni-stuttgart.de/rust/vorago-rs/src/tag/vorago-reb1-v0.10.0 [v0.9.0]: https://egit.irs.uni-stuttgart.de/rust/va108xx-rs/compare/vorago-reb1-v0.8.1...vorago-reb1-v0.9.0 [v0.8.1]: https://egit.irs.uni-stuttgart.de/rust/va108xx-rs/compare/vorago-reb1-v0.8.0...vorago-reb1-v0.8.1 [v0.8.0]: https://egit.irs.uni-stuttgart.de/rust/va108xx-rs/compare/vorago-reb1-v0.7.0...vorago-reb1-v0.8.0 diff --git a/va416xx/Cargo.toml b/va416xx/Cargo.toml index 645a69b..9ada93f 100644 --- a/va416xx/Cargo.toml +++ b/va416xx/Cargo.toml @@ -1,5 +1,5 @@ [workspace] -resolver = "2" +resolver = "3" members = [ "va416xx", "va416xx-hal", diff --git a/va416xx/va416xx-embassy/Cargo.toml b/va416xx/va416xx-embassy/Cargo.toml index 4ab2b8b..314aa8f 100644 --- a/va416xx/va416xx-embassy/Cargo.toml +++ b/va416xx/va416xx-embassy/Cargo.toml @@ -11,7 +11,7 @@ keywords = ["no-std", "hal", "cortex-m", "vorago", "va416xx"] categories = ["aerospace", "embedded", "no-std", "hardware-support"] [dependencies] -vorago-shared-hal = { version = "0.3", path = "../../vorago-shared-hal", features = ["vor4x"] } +vorago-shared-hal = { version = "0.4", path = "../../vorago-shared-hal", features = ["vor4x"] } va416xx-hal = { version = "0.6", path = "../va416xx-hal" } [features] diff --git a/va416xx/va416xx-hal/Cargo.toml b/va416xx/va416xx-hal/Cargo.toml index 73e3b3e..c48cd72 100644 --- a/va416xx/va416xx-hal/Cargo.toml +++ b/va416xx/va416xx-hal/Cargo.toml @@ -15,7 +15,7 @@ cortex-m = { version = "0.7", features = ["critical-section-single-core"] } va416xx = { version = "0.5", path = "../va416xx", features = ["critical-section"], default-features = false } derive-mmio = "0.6.1" static_assertions = "1.1" -vorago-shared-hal = { version = "0.3", path = "../../vorago-shared-hal", features = ["vor4x"] } +vorago-shared-hal = { version = "0.4", path = "../../vorago-shared-hal", features = ["vor4x"] } libm = "0.2" nb = "1" diff --git a/vorago-shared-hal/CHANGELOG.md b/vorago-shared-hal/CHANGELOG.md index 22a9f21..97efcbc 100644 --- a/vorago-shared-hal/CHANGELOG.md +++ b/vorago-shared-hal/CHANGELOG.md @@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [unreleased] +## [v0.4.0] 2026-05-19 + ## Changed - Naming improvements for UART register module @@ -63,7 +65,8 @@ Renamed to `vorago-shared-hal` Init commit. -[unreleased]: https://egit.irs.uni-stuttgart.de/rust/vorago-rs/vorago-shared-hal/compare/v0.3.0...HEAD +[unreleased]: https://egit.irs.uni-stuttgart.de/rust/vorago-rs/compare/vorago-shared-hal-v0.4.0...HEAD +[v0.4.0]: https://egit.irs.uni-stuttgart.de/rust/vorago-rs/compare/vorago-shared-hal-v0.3.0...vorago-shared-hal-v0.4.0 [v0.3.0]: https://egit.irs.uni-stuttgart.de/rust/vorago-rs/src/tag/vorago-shared-hal-v0.3.0 [v0.2.0]: https://egit.irs.uni-stuttgart.de/rust/vorago-shared-hal/compare/v0.1.0...v0.2.0 [v0.1.0]: https://egit.irs.uni-stuttgart.de/rust/vorago-shared-hal/src/tag/v0.1.0 diff --git a/vorago-shared-hal/Cargo.toml b/vorago-shared-hal/Cargo.toml index f2fc5b8..9191874 100644 --- a/vorago-shared-hal/Cargo.toml +++ b/vorago-shared-hal/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vorago-shared-hal" -version = "0.3.0" +version = "0.4.0" description = "Peripheral HAL components shared between Vorago families" edition = "2024" homepage = "https://egit.irs.uni-stuttgart.de/rust/vorago-rs"