From 826bb569c59af64d31571dc799475d959002d8d4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 22 Dec 2023 05:08:26 +0000 Subject: [PATCH] chore(master): release 0.8.1 --- 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..67903f18 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## [0.8.1](https://github.com/xmc-rs/xmc4200/compare/v0.8.0...v0.8.1) (2023-12-22) + + +### Bug Fixes + +* **deps:** adding critical-section ([44c112a](https://github.com/xmc-rs/xmc4200/commit/44c112a4d514e7d47be97fb668d786e313d5d8aa)) diff --git a/Cargo.toml b/Cargo.toml index 5702dd2d..373d8fb5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "xmc4200" description = "Peripheral access library for XCM4200 ARM Cortex-M" -version = "0.8.0" +version = "0.8.1" authors = ["Lucas Brendel "] readme = "README.md" license = "MIT"