From ac23e6e7b995609aefdd2dd835ff03fec5af2567 Mon Sep 17 00:00:00 2001 From: Lucas Brendel Date: Wed, 23 Oct 2024 10:46:56 -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 fd3d9597..bfd66aec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.14.0](https://github.com/xmc-rs/xmc4400/compare/v0.13.0...v0.14.0) (2024-10-23) + + +### Features + +* updating from newer svd2rust ([#93](https://github.com/xmc-rs/xmc4400/issues/93)) ([e799be1](https://github.com/xmc-rs/xmc4400/commit/e799be1868d3f10204066e0635148130aef6e484)) + ## [0.13.0](https://github.com/xmc-rs/xmc4400/compare/v0.12.0...v0.13.0) (2024-06-03) diff --git a/Cargo.toml b/Cargo.toml index d766fdde..d36b7f55 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xmc4400" -version = "0.13.0" +version = "0.14.0" description = "XMC peripheral library for XMC4400 generated from SVD" readme = "README.md" authors = ["Lucas Brendel "]