From 0a0bac8ce4f10ae3613b2df51b05269dcd20d698 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 21 Nov 2024 11:52:09 -0500 Subject: [PATCH] chore(grand_central_m4): release v0.8.1 (#788) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- boards/grand_central_m4/CHANGELOG.md | 6 ++++++ boards/grand_central_m4/Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/boards/grand_central_m4/CHANGELOG.md b/boards/grand_central_m4/CHANGELOG.md index f9e056f7ec0..f73194cc795 100644 --- a/boards/grand_central_m4/CHANGELOG.md +++ b/boards/grand_central_m4/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.8.1](https://github.com/atsamd-rs/atsamd/compare/grand_central_m4-0.8.0...grand_central_m4-0.8.1) - 2024-11-21 + +### Other + +- *(grand_central_m4)* Add an I2C example ([#787](https://github.com/atsamd-rs/atsamd/pull/787)) + ## [0.8.0](https://github.com/atsamd-rs/atsamd/compare/grand_central_m4-0.7.0...grand_central_m4-0.8.0) - 2024-11-17 ### Added diff --git a/boards/grand_central_m4/Cargo.toml b/boards/grand_central_m4/Cargo.toml index 58abdbbf996..f908134cf6b 100644 --- a/boards/grand_central_m4/Cargo.toml +++ b/boards/grand_central_m4/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "grand_central_m4" -version = "0.8.0" +version = "0.8.1" authors = ["Dustin Little "] description = "Board Support crate for the Adafruit Grand Central M4 Express" keywords = ["no-std", "arm", "cortex-m", "embedded-hal"]