diff --git a/va416xx/CHANGELOG.md b/va416xx/CHANGELOG.md index c371d71..1d2df6f 100644 --- a/va416xx/CHANGELOG.md +++ b/va416xx/CHANGELOG.md @@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [unreleased] +## [v0.4.1] 2025-07-22 + +defmt v1 + ## [v0.4.0] 2025-02-18 - Re-generated PAC with `svd2rust` v0.35.0 and added optional `defmt` and `Debug` implementations @@ -32,3 +36,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). Related issue: https://github.com/rust-embedded/svd2rust/issues/557 Clippy is disabled in CI/CD for now. - Initial release + +[unreleased]: https://egit.irs.uni-stuttgart.de/rust/va416xx-rs/compare/va416xx-v0.4.1...HEAD +[v0.4.1]: https://egit.irs.uni-stuttgart.de/rust/va416xx-rs/compare/va416xx-v0.4.0...va416xx-v0.4.1 +[v0.4.0]: https://egit.irs.uni-stuttgart.de/rust/va416xx-rs/compare/va416xx-v0.3.0...va416xx-v0.4.0 diff --git a/va416xx/Cargo.toml b/va416xx/Cargo.toml index 014744c..d40664e 100644 --- a/va416xx/Cargo.toml +++ b/va416xx/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "va416xx" -version = "0.4.0" +version = "0.4.1" authors = ["Robin Mueller "] edition = "2021" description = "PAC for the Vorago VA416xx family of MCUs"