From a248947441195c85d88ca289caaeab89858e0ba9 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Tue, 22 Jul 2025 12:08:37 +0200 Subject: [PATCH] patch release va108xx --- va108xx/CHANGELOG.md | 10 +++++++++- va108xx/Cargo.toml | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/va108xx/CHANGELOG.md b/va108xx/CHANGELOG.md index 17b23f9..05f8d9d 100644 --- a/va108xx/CHANGELOG.md +++ b/va108xx/CHANGELOG.md @@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [unreleased] +## [v0.5.1] 2025-07-22 + +defmt version v1 + ## [v0.5.0] 2025-02-17 - Re-generated PAC with `svd2rust` v0.35.0 and added optional `defmt` and `Debug` implementations @@ -55,7 +59,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ### Fixed -- Generated with patched version of `svd2rust`: See +- Generated with patched version of `svd2rust`: See https://github.com/rust-embedded/svd2rust/pull/549 for more details. Some bitmasks were missing from register reader definitions. @@ -79,3 +83,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - First version of the PAC which builds. Uses a patched version of `svd2rust`: https://github.com/rust-embedded/svd2rust + +[unreleased]: https://egit.irs.uni-stuttgart.de/rust/va108xx-rs/compare/va108xx-v0.5.1...HEAD +[v0.5.1]: https://egit.irs.uni-stuttgart.de/rust/va108xx-rs/compare/va108xx-v0.5.0...va108xx-v0.5.1 +[v0.5.0]: https://egit.irs.uni-stuttgart.de/rust/va108xx-rs/compare/va108xx-v0.4.0...va108xx-v0.5.0 diff --git a/va108xx/Cargo.toml b/va108xx/Cargo.toml index 15b6446..232c77e 100644 --- a/va108xx/Cargo.toml +++ b/va108xx/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "va108xx" -version = "0.5.0" +version = "0.5.1" authors = ["Robin Mueller "] edition = "2021" description = "PAC for the Vorago VA108xx family of microcontrollers" -- 2.43.0