From d96734436e87213cff1a519253d554c03c39ce8a Mon Sep 17 00:00:00 2001 From: Lucas Brendel Date: Sun, 1 Dec 2024 06:11:54 -0600 Subject: [PATCH] chore(master): release 0.13.0 (#70) --- CHANGELOG.md | 10 ++++++++++ Cargo.toml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 665c6cd5..12451e65 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [0.13.0](https://github.com/xmc-rs/xmc4800/compare/v0.12.0...v0.13.0) (2024-12-01) + + +### Features + +* updating from newer svd2rust ([#69](https://github.com/xmc-rs/xmc4800/issues/69)) ([79d4d24](https://github.com/xmc-rs/xmc4800/commit/79d4d242bd51703e778b7b4ae37a0f4b5df14c6d)) +* updating from newer svd2rust ([#71](https://github.com/xmc-rs/xmc4800/issues/71)) ([44528f0](https://github.com/xmc-rs/xmc4800/commit/44528f0f46aa752c6bb8095c93c7006f55a84d17)) +* updating from newer svd2rust ([#73](https://github.com/xmc-rs/xmc4800/issues/73)) ([d1a07e8](https://github.com/xmc-rs/xmc4800/commit/d1a07e8f4e9cb2338017e5216d186888190545e9)) +* updating from newer svd2rust ([#74](https://github.com/xmc-rs/xmc4800/issues/74)) ([91458a1](https://github.com/xmc-rs/xmc4800/commit/91458a12906e1125a146517394baa8300a5f90ee)) + ## [0.12.0](https://github.com/xmc-rs/xmc4800/compare/v0.11.1...v0.12.0) (2024-05-03) diff --git a/Cargo.toml b/Cargo.toml index cbd56df2..8af32c14 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xmc4800" -version = "0.12.0" +version = "0.13.0" description = "XMC peripheral library for XMC4800 generated from SVD" readme = "README.md" authors = ["Lucas Brendel "]