From 26e91ff5a2cbf23a6e94392c9dd1d45068a13331 Mon Sep 17 00:00:00 2001 From: Lucas Brendel Date: Sun, 28 Apr 2024 23:12:01 -0500 Subject: [PATCH] chore(master): release 0.11.1 (#95) --- CHANGELOG.md | 7 +++++++ Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ffb71ef1..468b1f6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.11.1](https://github.com/xmc-rs/xmc4500/compare/v0.11.0...v0.11.1) (2024-04-29) + + +### Bug Fixes + +* regenerating files with legacy format ([82a1ffc](https://github.com/xmc-rs/xmc4500/commit/82a1ffc7e25f5fb43dfc06fc9d426745cb68724f)) + ## [0.11.0](https://github.com/xmc-rs/xmc4500/compare/v0.10.0...v0.11.0) (2024-04-25) diff --git a/Cargo.toml b/Cargo.toml index 2cc58251..e6edf8cc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xmc4500" -version = "0.11.0" +version = "0.11.1" description = "XMC peripheral library for XMC4500 generated from SVD" readme = "README.md" authors = ["Lucas Brendel "]