From 7db99cfaf8c60b5e05d9c1896a9a88b37a98b762 Mon Sep 17 00:00:00 2001 From: Lucas Brendel Date: Sat, 30 Nov 2024 23:31:02 -0600 Subject: [PATCH] chore(master): release 0.13.0 --- CHANGELOG.md | 9 +++++++++ Cargo.toml | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ecb7b63..29c4c7a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.13.0](https://github.com/xmc-rs/xmc4300/compare/v0.12.0...v0.13.0) (2024-12-01) + + +### Features + +* updating from newer svd2rust ([#88](https://github.com/xmc-rs/xmc4300/issues/88)) ([37c2b19](https://github.com/xmc-rs/xmc4300/commit/37c2b19d5a87070c3e8b542108894da5afa92bac)) +* updating from newer svd2rust ([#93](https://github.com/xmc-rs/xmc4300/issues/93)) ([64ecd8b](https://github.com/xmc-rs/xmc4300/commit/64ecd8b79a345fef3e0b70289c6085ab9a14694f)) +* updating from newer svd2rust ([#94](https://github.com/xmc-rs/xmc4300/issues/94)) ([e931553](https://github.com/xmc-rs/xmc4300/commit/e9315539b3dc8d890af90bf10f158d29ac2dfc91)) + ## [0.12.0](https://github.com/xmc-rs/xmc4300/compare/v0.11.0...v0.12.0) (2024-06-03) diff --git a/Cargo.toml b/Cargo.toml index ff3c75fc..a2e28f54 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xmc4300" -version = "0.12.0" +version = "0.13.0" description = "XMC peripheral library for XMC4300 generated from SVD" authors = ["Lucas Brendel "] readme = "README.md"