From 4999323400b05d25459d5939bcfeaaa22dadb18c Mon Sep 17 00:00:00 2001 From: Lucas Brendel Date: Fri, 1 Mar 2024 05:29:14 -0600 Subject: [PATCH] chore(master): release 0.10.0 (#61) --- CHANGELOG.md | 7 +++++++ Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a7e7834..656c6fe2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.10.0](https://github.com/xmc-rs/xmc4800/compare/v0.9.0...v0.10.0) (2024-03-01) + + +### Features + +* updating from newer svd2rust ([#60](https://github.com/xmc-rs/xmc4800/issues/60)) ([7f7e501](https://github.com/xmc-rs/xmc4800/commit/7f7e501706b03b3942a647efe77e3dccfea54f04)) + ## [0.9.0](https://github.com/xmc-rs/xmc4800/compare/v0.8.0...v0.9.0) (2024-02-02) diff --git a/Cargo.toml b/Cargo.toml index ea095ddf..1444e678 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xmc4800" -version = "0.9.0" +version = "0.10.0" description = "XMC peripheral library for XMC4800 generated from SVD" readme = "README.md" authors = ["Lucas Brendel "]