From 9c81aff4aa63b5c9521a83415654e4981b323dbf Mon Sep 17 00:00:00 2001 From: Lucas Brendel Date: Mon, 25 Dec 2023 07:09:08 -0600 Subject: [PATCH] chore(master): release 0.8.2 (#81) --- CHANGELOG.md | 7 +++++++ Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d57e7e35..5ec7d809 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.8.2](https://github.com/xmc-rs/xmc4500/compare/v0.8.1...v0.8.2) (2023-12-25) + + +### Bug Fixes + +* adding default features ([4b4de8d](https://github.com/xmc-rs/xmc4500/commit/4b4de8dfe55f9cbe383dead4b3710b3e1d2e6e0b)) + ## [0.8.1](https://github.com/xmc-rs/xmc4500/compare/v0.8.0...v0.8.1) (2023-12-22) diff --git a/Cargo.toml b/Cargo.toml index b001e6ce..00cbc361 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xmc4500" -version = "0.8.1" +version = "0.8.2" description = "XMC peripheral library for XMC4500 generated from SVD" readme = "README.md" authors = ["Lucas Brendel "]