diff --git a/CHANGELOG.md b/CHANGELOG.md index 88c879b..2ecb7b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.12.0](https://github.com/xmc-rs/xmc4300/compare/v0.11.0...v0.12.0) (2024-06-03) + + +### Features + +* updating from newer svd2rust ([#85](https://github.com/xmc-rs/xmc4300/issues/85)) ([77dafc2](https://github.com/xmc-rs/xmc4300/commit/77dafc2606934700a006337fc83e3399231c26f1)) + + +### Bug Fixes + +* **deps:** reverting cortex-m-rt to 0.7.3 due to yanking ([e32b494](https://github.com/xmc-rs/xmc4300/commit/e32b494791a7e9410378e2b6ec8be6160915a04c)) + ## [0.11.0](https://github.com/xmc-rs/xmc4300/compare/v0.10.1...v0.11.0) (2024-05-03) diff --git a/Cargo.toml b/Cargo.toml index f1b0d44..ff3c75f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xmc4300" -version = "0.11.0" +version = "0.12.0" description = "XMC peripheral library for XMC4300 generated from SVD" authors = ["Lucas Brendel "] readme = "README.md"