diff --git a/CHANGELOG.md b/CHANGELOG.md index bbcb0989..ec321b81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.9.0](https://github.com/xmc-rs/xmc4200/compare/v0.8.2...v0.9.0) (2024-01-01) + + +### Features + +* updating from newer svd2rust ([#79](https://github.com/xmc-rs/xmc4200/issues/79)) ([41b162d](https://github.com/xmc-rs/xmc4200/commit/41b162d4b5d0be14407b75414b00349c7c36beac)) + + +### Bug Fixes + +* moving to 2021 edition ([23cda19](https://github.com/xmc-rs/xmc4200/commit/23cda19ed3666135799e8d16de5bc238f6118094)) + ## [0.8.2](https://github.com/xmc-rs/xmc4200/compare/v0.8.1...v0.8.2) (2023-12-25) diff --git a/Cargo.toml b/Cargo.toml index 214a7815..5b233af3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "xmc4200" description = "Peripheral access library for XCM4200 ARM Cortex-M" -version = "0.8.2" +version = "0.9.0" authors = ["Lucas Brendel "] readme = "README.md" license = "MIT"