Skip to content

Commit 48102c1

Browse files
chore(circuit_playground_express): release v0.12.0 (#961)
* chore(circuit_playground_express): release v0.12.0 --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Justin Beaurivage <[email protected]>
1 parent 20b17d2 commit 48102c1

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

boards/circuit_playground_express/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.12.0](https://github.com/atsamd-rs/atsamd/compare/circuit_playground_express-0.11.1...circuit_playground_express-0.12.0) - 2025-11-20
11+
12+
### Dependencies
13+
14+
- *(circuit-playground-express)* Update dependencies and HAL to 0.23.0 ([#953](https://github.com/atsamd-rs/atsamd/pull/953))
15+
1016
## [0.11.1](https://github.com/atsamd-rs/atsamd/compare/circuit_playground_express-0.11.0...circuit_playground_express-0.11.1) - 2024-10-17
1117

1218
### Added

boards/circuit_playground_express/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "circuit_playground_express"
33
categories = ["embedded", "hardware-support", "no-std"]
4-
version = "0.11.1"
4+
version = "0.12.0"
55
authors = ["Paul Sajna <[email protected]>"]
66
description = "Board Support crate for the Adafruit Circuit Playground Express"
77
keywords = ["no-std", "arm", "cortex-m", "embedded-hal"]

0 commit comments

Comments
 (0)