From 0d93929627528a121a6a3132ff055c9ac0dcb68f Mon Sep 17 00:00:00 2001 From: Lucas Brendel Date: Fri, 3 May 2024 07:10:09 -0500 Subject: [PATCH] chore(master): release 0.12.0 (#67) --- CHANGELOG.md | 8 ++++++++ Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 35b7c61b..665c6cd5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.12.0](https://github.com/xmc-rs/xmc4800/compare/v0.11.1...v0.12.0) (2024-05-03) + + +### Features + +* updating from newer svd2rust ([#66](https://github.com/xmc-rs/xmc4800/issues/66)) ([0ca8ecd](https://github.com/xmc-rs/xmc4800/commit/0ca8ecdc08c72d539fe8072f6943ad358ae71c80)) +* updating from newer svd2rust ([#68](https://github.com/xmc-rs/xmc4800/issues/68)) ([3ca7b61](https://github.com/xmc-rs/xmc4800/commit/3ca7b61ea2a8a7f29e7310e16ddba11c3a5bf1ea)) + ## [0.11.1](https://github.com/xmc-rs/xmc4800/compare/v0.11.0...v0.11.1) (2024-04-29) diff --git a/Cargo.toml b/Cargo.toml index 7a78db08..cbd56df2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xmc4800" -version = "0.11.1" +version = "0.12.0" description = "XMC peripheral library for XMC4800 generated from SVD" readme = "README.md" authors = ["Lucas Brendel "]