From ac5e76b0d1cf25264401b369f32c88e03bcb39ee Mon Sep 17 00:00:00 2001 From: Lucas Brendel Date: Fri, 3 May 2024 07:10:27 -0500 Subject: [PATCH] chore(master): release 0.12.0 (#97) --- CHANGELOG.md | 8 ++++++++ Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 468b1f6e..d0bc047f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.12.0](https://github.com/xmc-rs/xmc4500/compare/v0.11.1...v0.12.0) (2024-05-03) + + +### Features + +* updating from newer svd2rust ([#96](https://github.com/xmc-rs/xmc4500/issues/96)) ([b98e2b6](https://github.com/xmc-rs/xmc4500/commit/b98e2b6abad259f38721bba2e5338ba7b5358dd7)) +* updating from newer svd2rust ([#98](https://github.com/xmc-rs/xmc4500/issues/98)) ([2bc13bc](https://github.com/xmc-rs/xmc4500/commit/2bc13bc07f3afbec64b3d81ad8e6740d7ab87e5a)) + ## [0.11.1](https://github.com/xmc-rs/xmc4500/compare/v0.11.0...v0.11.1) (2024-04-29) diff --git a/Cargo.toml b/Cargo.toml index e6edf8cc..08f402da 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xmc4500" -version = "0.11.1" +version = "0.12.0" description = "XMC peripheral library for XMC4500 generated from SVD" readme = "README.md" authors = ["Lucas Brendel "]