From 530b5c59c09f2df7c3d967ac8d6843c9bd32dafb Mon Sep 17 00:00:00 2001 From: Lucas Brendel Date: Wed, 23 Oct 2024 12:20:02 -0500 Subject: [PATCH] chore(master): release 0.14.0 --- CHANGELOG.md | 7 +++++++ Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b9a8d196..c4593276 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.14.0](https://github.com/xmc-rs/xmc4500/compare/v0.13.0...v0.14.0) (2024-10-23) + + +### Features + +* updating from newer svd2rust ([#104](https://github.com/xmc-rs/xmc4500/issues/104)) ([2e5c028](https://github.com/xmc-rs/xmc4500/commit/2e5c028747e47e500871017c61807a920696dff5)) + ## [0.13.0](https://github.com/xmc-rs/xmc4500/compare/v0.12.0...v0.13.0) (2024-06-03) diff --git a/Cargo.toml b/Cargo.toml index 21b49cd5..ef415cd3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xmc4500" -version = "0.13.0" +version = "0.14.0" description = "XMC peripheral library for XMC4500 generated from SVD" readme = "README.md" authors = ["Lucas Brendel "]