From d751e4a96b5407443224dde71d1530f945e9e7d1 Mon Sep 17 00:00:00 2001 From: Lucas Brendel Date: Mon, 25 Dec 2023 21:44:38 -0600 Subject: [PATCH] chore(master): release 0.8.0 --- CHANGELOG.md | 12 ++++++++++++ Cargo.toml | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c5af285..6e692c78 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.8.0](https://github.com/xmc-rs/xmc4800/compare/v0.7.2...v0.8.0) (2023-12-26) + + +### Features + +* updating from newer svd2rust ([#51](https://github.com/xmc-rs/xmc4800/issues/51)) ([22c592e](https://github.com/xmc-rs/xmc4800/commit/22c592ec97e910b839e43ba95199be57e83b4f87)) + + +### Bug Fixes + +* moving to 2021 edition ([014d82f](https://github.com/xmc-rs/xmc4800/commit/014d82f845e7b86c38997a4eff8619d47f873954)) + ## [0.7.2](https://github.com/xmc-rs/xmc4800/compare/v0.7.1...v0.7.2) (2023-12-25) diff --git a/Cargo.toml b/Cargo.toml index d3b525a8..db65b158 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xmc4800" -version = "0.7.2" +version = "0.8.0" description = "XMC peripheral library for XMC4800 generated from SVD" readme = "README.md" authors = ["Lucas Brendel "]