diff --git a/CHANGELOG.md b/CHANGELOG.md index 61915a66..f67a7303 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.9.0](https://github.com/xmc-rs/xmc4400/compare/v0.8.3...v0.9.0) (2024-02-01) + + +### Features + +* updating from newer svd2rust ([#69](https://github.com/xmc-rs/xmc4400/issues/69)) ([8d5a911](https://github.com/xmc-rs/xmc4400/commit/8d5a911d655dd5a409b72b5d087c03578b43853f)) +* updating from newer svd2rust ([#72](https://github.com/xmc-rs/xmc4400/issues/72)) ([c33be37](https://github.com/xmc-rs/xmc4400/commit/c33be3736966cd0b8e0d3e444aa193ddab7ec991)) + ## [0.8.3](https://github.com/xmc-rs/xmc4400/compare/v0.8.2...v0.8.3) (2023-12-25) diff --git a/Cargo.toml b/Cargo.toml index 04967256..a887f869 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xmc4400" -version = "0.8.3" +version = "0.9.0" description = "XMC peripheral library for XMC4400 generated from SVD" readme = "README.md" authors = ["Lucas Brendel "]