From bf7e76ac1c814161309565f209ae11f4b0a61441 Mon Sep 17 00:00:00 2001 From: Lucas Brendel Date: Fri, 22 Dec 2023 07:49:48 -0600 Subject: [PATCH] chore(master): release 0.8.1 (#80) Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com> --- CHANGELOG.md | 8 ++++++++ Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..d57e7e35 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## [0.8.1](https://github.com/xmc-rs/xmc4500/compare/v0.8.0...v0.8.1) (2023-12-22) + + +### Bug Fixes + +* **deps:** adding critical-section ([9d73b84](https://github.com/xmc-rs/xmc4500/commit/9d73b84854c82aaa755f4ea4161c7cdc9e6ecb68)) diff --git a/Cargo.toml b/Cargo.toml index e71cd054..a3eb7ff8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xmc4500" -version = "0.8.0" +version = "0.8.1" description = "XMC peripheral library for XMC4500 generated from SVD" readme = "README.md" authors = ["Lucas Brendel "]