diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c0a6491..1a7e7834 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.9.0](https://github.com/xmc-rs/xmc4800/compare/v0.8.0...v0.9.0) (2024-02-02) + + +### Features + +* updating from newer svd2rust ([#56](https://github.com/xmc-rs/xmc4800/issues/56)) ([0c3d44e](https://github.com/xmc-rs/xmc4800/commit/0c3d44e5b2200995299846b8a0c79226097f2349)) +* updating from newer svd2rust ([#59](https://github.com/xmc-rs/xmc4800/issues/59)) ([0ff45d6](https://github.com/xmc-rs/xmc4800/commit/0ff45d6e659071bf82b97e963f36c7b5f9797a1c)) + ## [0.8.0](https://github.com/xmc-rs/xmc4800/compare/v0.7.2...v0.8.0) (2023-12-26) diff --git a/Cargo.toml b/Cargo.toml index db65b158..ea095ddf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xmc4800" -version = "0.8.0" +version = "0.9.0" description = "XMC peripheral library for XMC4800 generated from SVD" readme = "README.md" authors = ["Lucas Brendel "]