From 2a8c61847d3cd91fe8b88e897173b8ee8fd746c1 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Tue, 25 Jun 2024 20:12:01 +0200 Subject: [PATCH] prep PAC v0.2.0 release --- va416xx/CHANGELOG.md | 5 +++++ va416xx/Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/va416xx/CHANGELOG.md b/va416xx/CHANGELOG.md index 5a08cf4..c5b0028 100644 --- a/va416xx/CHANGELOG.md +++ b/va416xx/CHANGELOG.md @@ -8,6 +8,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [unreleased] +## [v0.2.0] 2024-06-25 + +- Re-Generated PAC with `svd2rust` v0.33.3 +- Improve documentation for generation of PAC. + ## [v0.1.1] - Clippy issue fixed by regenerating PAC with patched `svd2rust`: diff --git a/va416xx/Cargo.toml b/va416xx/Cargo.toml index c33a564..d611d90 100644 --- a/va416xx/Cargo.toml +++ b/va416xx/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "va416xx" -version = "0.1.1" +version = "0.2.0" authors = ["Robin Mueller "] edition = "2021" description = "PAC for the Vorago VA416xx family of MCUs"