From cb906c66ddc89b9e4d937a6bc4ca223aecb7a84d Mon Sep 17 00:00:00 2001 From: Lucas Brendel Date: Mon, 1 Apr 2024 00:26:27 -0500 Subject: [PATCH] chore(master): release 0.10.0 --- CHANGELOG.md | 7 +++++++ Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d986ea6f..8c1be5ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.10.0](https://github.com/xmc-rs/xmc4300/compare/v0.9.0...v0.10.0) (2024-04-01) + + +### Features + +* updating from newer svd2rust ([#74](https://github.com/xmc-rs/xmc4300/issues/74)) ([ba2c1bb](https://github.com/xmc-rs/xmc4300/commit/ba2c1bbd26ca748d660cdd6ff6b68e4f1039fd48)) + ## [0.9.0](https://github.com/xmc-rs/xmc4300/compare/v0.8.0...v0.9.0) (2024-03-01) diff --git a/Cargo.toml b/Cargo.toml index aeb81374..47de1ed5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xmc4300" -version = "0.9.0" +version = "0.10.0" description = "XMC peripheral library for XMC4300 generated from SVD" authors = ["Lucas Brendel "] readme = "README.md"