From 607096d36af16a14a569a6ec253a3324acf5d54d Mon Sep 17 00:00:00 2001 From: Lucas Brendel Date: Wed, 31 Jan 2024 08:12:43 -0600 Subject: [PATCH] chore(master): release 0.9.0 --- CHANGELOG.md | 7 +++++++ Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 535d550d..7f57ac43 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.9.0](https://github.com/xmc-rs/xmc4500/compare/v0.8.3...v0.9.0) (2024-01-31) + + +### Features + +* updating from newer svd2rust ([#83](https://github.com/xmc-rs/xmc4500/issues/83)) ([aeae846](https://github.com/xmc-rs/xmc4500/commit/aeae84661bff369b5be829285342f8386bb718c5)) + ## [0.8.3](https://github.com/xmc-rs/xmc4500/compare/v0.8.2...v0.8.3) (2023-12-25) diff --git a/Cargo.toml b/Cargo.toml index 5440f627..dd27f659 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xmc4500" -version = "0.8.3" +version = "0.9.0" description = "XMC peripheral library for XMC4500 generated from SVD" readme = "README.md" authors = ["Lucas Brendel "]