diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ecb7b6..b12e282 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.13.0](https://github.com/xmc-rs/xmc4300/compare/v0.12.0...v0.13.0) (2024-07-01) + + +### Features + +* updating from newer svd2rust ([#88](https://github.com/xmc-rs/xmc4300/issues/88)) ([37c2b19](https://github.com/xmc-rs/xmc4300/commit/37c2b19d5a87070c3e8b542108894da5afa92bac)) + ## [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 ff3c75f..a2e28f5 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"