From a756a3557a2c3ce43ed019987aef553151844e19 Mon Sep 17 00:00:00 2001 From: Lucas Brendel Date: Wed, 25 Sep 2024 13:27:13 -0500 Subject: [PATCH] chore(master): release 0.13.0 --- CHANGELOG.md | 7 +++++++ Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 43fddbf3..f5906b1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.13.0](https://github.com/xmc-rs/xmc4700/compare/v0.12.0...v0.13.0) (2024-09-25) + + +### Features + +* updating from newer svd2rust ([#79](https://github.com/xmc-rs/xmc4700/issues/79)) ([93ca265](https://github.com/xmc-rs/xmc4700/commit/93ca265dd80957f0b17027a6b4034c4efdec0b7b)) + ## [0.12.0](https://github.com/xmc-rs/xmc4700/compare/v0.11.0...v0.12.0) (2024-06-03) diff --git a/Cargo.toml b/Cargo.toml index 5b638a4e..c8d619d0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xmc4700" -version = "0.12.0" +version = "0.13.0" description = "XMC peripheral library for XMC4700 generated from SVD" readme = "README.md" authors = ["Lucas Brendel "]