Skip to content

Commit d49d3fd

Browse files
chore(arduino_nano33iot): release v0.8.0 (#976)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent ca2ff93 commit d49d3fd

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

boards/arduino_nano33iot/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.8.0](https://github.com/atsamd-rs/atsamd/compare/arduino_nano33iot-0.7.2...arduino_nano33iot-0.8.0) - 2025-12-29
11+
12+
### Dependencies
13+
14+
- *(nano33iot)* [**breaking**] Update nano33iot HAL dependency to 0.23.0 ([#971](https://github.com/atsamd-rs/atsamd/pull/971))
15+
1016
## [0.7.2](https://github.com/atsamd-rs/atsamd/compare/arduino_nano33iot-0.7.1...arduino_nano33iot-0.7.2) - 2024-10-17
1117

1218
### Refactored

boards/arduino_nano33iot/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "arduino_nano33iot"
3-
version = "0.7.2"
3+
version = "0.8.0"
44
authors = ["Gus Wynn <[email protected]>"]
55
description = "Board Support crate for the Arduino Nano 33 IOT"
66
keywords = ["no-std", "arm", "cortex-m", "embedded-hal", "arduino"]

0 commit comments

Comments
 (0)