From 8a73d2545b3dc3b9576285c97fc8603ae87485d8 Mon Sep 17 00:00:00 2001 From: Lucas Brendel Date: Fri, 1 Nov 2024 00:29:26 -0500 Subject: [PATCH] chore(master): release 0.13.0 --- CHANGELOG.md | 8 ++++++++ Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 43fddbf3..e3e15edd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.13.0](https://github.com/xmc-rs/xmc4700/compare/v0.12.0...v0.13.0) (2024-11-01) + + +### Features + +* updating from newer svd2rust ([#79](https://github.com/xmc-rs/xmc4700/issues/79)) ([93ca265](https://github.com/xmc-rs/xmc4700/commit/93ca265dd80957f0b17027a6b4034c4efdec0b7b)) +* updating from newer svd2rust ([#85](https://github.com/xmc-rs/xmc4700/issues/85)) ([be75b54](https://github.com/xmc-rs/xmc4700/commit/be75b54afb0d30959a402defb4a8ef6bd298bcf4)) + ## [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 "]