diff --git a/CHANGELOG.md b/CHANGELOG.md index 28840dc0..201b5c9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.10.0](https://github.com/xmc-rs/xmc4700/compare/v0.9.0...v0.10.0) (2024-04-01) + + +### Features + +* updating from newer svd2rust ([#65](https://github.com/xmc-rs/xmc4700/issues/65)) ([88819c2](https://github.com/xmc-rs/xmc4700/commit/88819c2c868b57035f770e80cf856621f2c7a3ef)) + ## [0.9.0](https://github.com/xmc-rs/xmc4700/compare/v0.8.3...v0.9.0) (2024-03-01) diff --git a/Cargo.toml b/Cargo.toml index 8eaf8870..d645535e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xmc4700" -version = "0.9.0" +version = "0.10.0" description = "XMC peripheral library for XMC4700 generated from SVD" readme = "README.md" authors = ["Lucas Brendel "]