From 3fc811a999c23c302c52f5c2390d7b6de3d368a6 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Tue, 19 May 2026 19:02:52 +0200 Subject: [PATCH] of course, something was missing --- va108xx/va108xx-hal/CHANGELOG.md | 7 ++++++- va108xx/va108xx-hal/Cargo.toml | 4 ++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/va108xx/va108xx-hal/CHANGELOG.md b/va108xx/va108xx-hal/CHANGELOG.md index 27b5856..32913e1 100644 --- a/va108xx/va108xx-hal/CHANGELOG.md +++ b/va108xx/va108xx-hal/CHANGELOG.md @@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [unreleased] +## [v0.13.1] 2026-05-19 + +- Docs.rs feature fix + ## [v0.13.0] 2026-05-19 - Bump `vorago-shared-hal` dependency to v0.4 @@ -281,7 +285,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/vorago-rs/compare/va108xx-hal-v0.13.0...HEAD +[unreleased]: https://egit.irs.uni-stuttgart.de/rust/vorago-rs/compare/va108xx-hal-v0.13.1...HEAD +[v0.13.1]: https://egit.irs.uni-stuttgart.de/rust/vorago-rs/compare/va108xx-hal-v0.13.0...va108xx-hal-v0.13.1 [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 diff --git a/va108xx/va108xx-hal/Cargo.toml b/va108xx/va108xx-hal/Cargo.toml index 10dfa5b..60c6e95 100644 --- a/va108xx/va108xx-hal/Cargo.toml +++ b/va108xx/va108xx-hal/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "va108xx-hal" -version = "0.13.0" +version = "0.13.1" authors = ["Robin Mueller "] edition = "2024" description = "HAL for the Vorago VA108xx family of microcontrollers" @@ -37,8 +37,8 @@ embassy-oc29-oc30 = ["_irqs-in-lib"] embassy-oc28-oc29 = ["_irqs-in-lib"] [package.metadata.docs.rs] -all-features = true targets = ["thumbv6m-none-eabi"] +features = ["defmt", "embassy-oc30-oc31"] rustdoc-args = ["--generate-link-to-definition"] [package.metadata.cargo-machete] -- 2.43.0