From 9be2129a2ffc6d067a4461bfc3885cb56bce2ef5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 15 Aug 2025 20:12:18 +0000 Subject: [PATCH] chore: release --- boards/atsame54_xpro/CHANGELOG.md | 6 ++++++ boards/atsame54_xpro/Cargo.toml | 4 ++-- boards/feather_m0/CHANGELOG.md | 6 ++++++ boards/feather_m0/Cargo.toml | 4 ++-- boards/feather_m4/CHANGELOG.md | 6 ++++++ boards/feather_m4/Cargo.toml | 4 ++-- boards/metro_m0/CHANGELOG.md | 6 ++++++ boards/metro_m0/Cargo.toml | 4 ++-- boards/metro_m4/CHANGELOG.md | 6 ++++++ boards/metro_m4/Cargo.toml | 4 ++-- boards/pygamer/CHANGELOG.md | 6 ++++++ boards/pygamer/Cargo.toml | 4 ++-- boards/samd11_bare/CHANGELOG.md | 6 ++++++ boards/samd11_bare/Cargo.toml | 4 ++-- hal/CHANGELOG.md | 13 +++++++++++++ hal/Cargo.toml | 2 +- 16 files changed, 70 insertions(+), 15 deletions(-) diff --git a/boards/atsame54_xpro/CHANGELOG.md b/boards/atsame54_xpro/CHANGELOG.md index 43e077acfb14..795a7e4baa96 100644 --- a/boards/atsame54_xpro/CHANGELOG.md +++ b/boards/atsame54_xpro/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.12.3](https://github.com/ianrrees/atsamd/compare/atsame54_xpro-0.12.2...atsame54_xpro-0.12.3) - 2025-08-15 + +### Other + +- updated the following local packages: atsamd-hal + ## [0.12.2](https://github.com/atsamd-rs/atsamd/compare/atsame54_xpro-0.12.1...atsame54_xpro-0.12.2) - 2025-06-26 ### Other diff --git a/boards/atsame54_xpro/Cargo.toml b/boards/atsame54_xpro/Cargo.toml index eafd323a3089..cd016d8985a0 100644 --- a/boards/atsame54_xpro/Cargo.toml +++ b/boards/atsame54_xpro/Cargo.toml @@ -11,7 +11,7 @@ license = "MIT OR Apache-2.0" name = "atsame54_xpro" readme = "README.md" repository = "https://github.com/atsamd-rs/atsamd" -version = "0.12.2" +version = "0.12.3" [dependencies.cortex-m-rt] optional = true @@ -24,7 +24,7 @@ version = "0.7" [dependencies.atsamd-hal] default-features = false path = "../../hal" -version = "0.22.2" +version = "0.23.0" [dependencies.usb-device] optional = true diff --git a/boards/feather_m0/CHANGELOG.md b/boards/feather_m0/CHANGELOG.md index 43b4b9dad14b..b8c3e7d8312f 100644 --- a/boards/feather_m0/CHANGELOG.md +++ b/boards/feather_m0/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.19.3](https://github.com/ianrrees/atsamd/compare/feather_m0-0.19.2...feather_m0-0.19.3) - 2025-08-15 + +### Other + +- updated the following local packages: atsamd-hal + ## [0.19.2](https://github.com/atsamd-rs/atsamd/compare/feather_m0-0.19.1...feather_m0-0.19.2) - 2025-06-26 ### Other diff --git a/boards/feather_m0/Cargo.toml b/boards/feather_m0/Cargo.toml index 81afb47d90b0..0fca7ac187e9 100644 --- a/boards/feather_m0/Cargo.toml +++ b/boards/feather_m0/Cargo.toml @@ -9,7 +9,7 @@ name = "feather_m0" readme = "README.md" repository = "https://github.com/atsamd-rs/atsamd" resolver = "2" -version = "0.19.2" +version = "0.19.3" # for cargo flash [package.metadata] @@ -22,7 +22,7 @@ version = "0.7" [dependencies.atsamd-hal] default-features = false path = "../../hal" -version = "0.22.2" +version = "0.23.0" [dependencies.cortex-m] features = ["critical-section-single-core"] diff --git a/boards/feather_m4/CHANGELOG.md b/boards/feather_m4/CHANGELOG.md index bd13d43e1c30..e1e86ca9e375 100644 --- a/boards/feather_m4/CHANGELOG.md +++ b/boards/feather_m4/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.17.3](https://github.com/ianrrees/atsamd/compare/feather_m4-0.17.2...feather_m4-0.17.3) - 2025-08-15 + +### Other + +- updated the following local packages: atsamd-hal + ## [0.17.2](https://github.com/atsamd-rs/atsamd/compare/feather_m4-0.17.1...feather_m4-0.17.2) - 2025-06-26 ### Other diff --git a/boards/feather_m4/Cargo.toml b/boards/feather_m4/Cargo.toml index cb9e61f21f5f..632bf8e9b181 100644 --- a/boards/feather_m4/Cargo.toml +++ b/boards/feather_m4/Cargo.toml @@ -9,7 +9,7 @@ license = "MIT OR Apache-2.0" name = "feather_m4" readme = "README.md" repository = "https://github.com/atsamd-rs/atsamd" -version = "0.17.2" +version = "0.17.3" # for cargo flash [package.metadata] @@ -26,7 +26,7 @@ version = "0.7" [dependencies.atsamd-hal] default-features = false path = "../../hal" -version = "0.22.2" +version = "0.23.0" [dependencies.usb-device] optional = true diff --git a/boards/metro_m0/CHANGELOG.md b/boards/metro_m0/CHANGELOG.md index 7f2a0b888ffa..56f9b0b80062 100644 --- a/boards/metro_m0/CHANGELOG.md +++ b/boards/metro_m0/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.19.3](https://github.com/ianrrees/atsamd/compare/metro_m0-0.19.2...metro_m0-0.19.3) - 2025-08-15 + +### Other + +- updated the following local packages: atsamd-hal + ## [0.19.2](https://github.com/atsamd-rs/atsamd/compare/metro_m0-0.19.1...metro_m0-0.19.2) - 2025-06-26 ### Other diff --git a/boards/metro_m0/Cargo.toml b/boards/metro_m0/Cargo.toml index b485c1154cae..a061f1277230 100644 --- a/boards/metro_m0/Cargo.toml +++ b/boards/metro_m0/Cargo.toml @@ -8,7 +8,7 @@ license = "MIT OR Apache-2.0" name = "metro_m0" readme = "README.md" repository = "https://github.com/atsamd-rs/atsamd" -version = "0.19.2" +version = "0.19.3" # for cargo flash [package.metadata] @@ -25,7 +25,7 @@ version = "0.7" [dependencies.atsamd-hal] default-features = false path = "../../hal" -version = "0.22.2" +version = "0.23.0" [dependencies.rtic] features = ["thumbv6-backend"] diff --git a/boards/metro_m4/CHANGELOG.md b/boards/metro_m4/CHANGELOG.md index 38acf388d3f3..e4682a28cb1b 100644 --- a/boards/metro_m4/CHANGELOG.md +++ b/boards/metro_m4/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.18.3](https://github.com/ianrrees/atsamd/compare/metro_m4-0.18.2...metro_m4-0.18.3) - 2025-08-15 + +### Other + +- updated the following local packages: atsamd-hal + ## [0.18.2](https://github.com/atsamd-rs/atsamd/compare/metro_m4-0.18.1...metro_m4-0.18.2) - 2025-06-26 ### Other diff --git a/boards/metro_m4/Cargo.toml b/boards/metro_m4/Cargo.toml index 79df242185dc..6bb8da9bff96 100644 --- a/boards/metro_m4/Cargo.toml +++ b/boards/metro_m4/Cargo.toml @@ -8,7 +8,7 @@ license = "MIT OR Apache-2.0" name = "metro_m4" readme = "README.md" repository = "https://github.com/atsamd-rs/atsamd" -version = "0.18.2" +version = "0.18.3" # for cargo flash [package.metadata] @@ -21,7 +21,7 @@ version = "0.7" [dependencies.atsamd-hal] default-features = false path = "../../hal" -version = "0.22.2" +version = "0.23.0" [dependencies.usb-device] optional = true diff --git a/boards/pygamer/CHANGELOG.md b/boards/pygamer/CHANGELOG.md index ef891a3e7ec5..4f8c1a688af8 100644 --- a/boards/pygamer/CHANGELOG.md +++ b/boards/pygamer/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.15.3](https://github.com/ianrrees/atsamd/compare/pygamer-0.15.2...pygamer-0.15.3) - 2025-08-15 + +### Other + +- updated the following local packages: atsamd-hal + ## [0.15.2](https://github.com/atsamd-rs/atsamd/compare/pygamer-0.15.1...pygamer-0.15.2) - 2025-06-26 ### Other diff --git a/boards/pygamer/Cargo.toml b/boards/pygamer/Cargo.toml index 4044a6d164ac..f3dbf836e66b 100644 --- a/boards/pygamer/Cargo.toml +++ b/boards/pygamer/Cargo.toml @@ -12,7 +12,7 @@ license = "MIT OR Apache-2.0" name = "pygamer" readme = "README.md" repository = "https://github.com/atsamd-rs/atsamd" -version = "0.15.2" +version = "0.15.3" [dependencies] cortex-m = {version = "0.7", features = ["critical-section-single-core"]} @@ -27,7 +27,7 @@ version = "0.7" [dependencies.atsamd-hal] default-features = false path = "../../hal" -version = "0.22.2" +version = "0.23.0" [dependencies.usb-device] optional = true diff --git a/boards/samd11_bare/CHANGELOG.md b/boards/samd11_bare/CHANGELOG.md index 8e1f439274b7..70473c123128 100644 --- a/boards/samd11_bare/CHANGELOG.md +++ b/boards/samd11_bare/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.15.3](https://github.com/ianrrees/atsamd/compare/samd11_bare-0.15.2...samd11_bare-0.15.3) - 2025-08-15 + +### Other + +- updated the following local packages: atsamd-hal + ## [0.15.2](https://github.com/atsamd-rs/atsamd/compare/samd11_bare-0.15.1...samd11_bare-0.15.2) - 2025-06-26 ### Other diff --git a/boards/samd11_bare/Cargo.toml b/boards/samd11_bare/Cargo.toml index 1d06909ef5e8..23f89d2d35c2 100644 --- a/boards/samd11_bare/Cargo.toml +++ b/boards/samd11_bare/Cargo.toml @@ -7,7 +7,7 @@ license = "MIT OR Apache-2.0" name = "samd11_bare" readme = "README.md" repository = "https://github.com/atsamd-rs/atsamd" -version = "0.15.2" +version = "0.15.3" # for cargo flash [package.metadata] @@ -24,7 +24,7 @@ version = "0.7" [dependencies.atsamd-hal] default-features = false path = "../../hal" -version = "0.22.2" +version = "0.23.0" [dependencies.rtic] features = ["thumbv6-backend"] diff --git a/hal/CHANGELOG.md b/hal/CHANGELOG.md index 12c351133f29..326556e29bf3 100644 --- a/hal/CHANGELOG.md +++ b/hal/CHANGELOG.md @@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.23.0](https://github.com/ianrrees/atsamd/compare/atsamd-hal-0.22.2...atsamd-hal-0.23.0) - 2025-08-15 + +### Added + +- *(aes)* Updates the `cipher` dependency. +- *(aes)* Updates the `aes` module: + +### Fixed + +- [**breaking**] Re-add GCLK0 for CAN dependencies ([#930](https://github.com/ianrrees/atsamd/pull/930)) +- Clippy warning about null pointers in DMAC ([#928](https://github.com/ianrrees/atsamd/pull/928)) +- Remove GCLK from can::Dependencies ([#919](https://github.com/ianrrees/atsamd/pull/919)) + ## [0.22.2](https://github.com/atsamd-rs/atsamd/compare/atsamd-hal-0.22.1...atsamd-hal-0.22.2) - 2025-06-26 ### Fixed diff --git a/hal/Cargo.toml b/hal/Cargo.toml index 4fa93be1cdb4..75101a628a93 100644 --- a/hal/Cargo.toml +++ b/hal/Cargo.toml @@ -20,7 +20,7 @@ name = "atsamd-hal" readme = "README.md" repository = "https://github.com/atsamd-rs/atsamd" rust-version = "1.85.1" -version = "0.22.2" +version = "0.23.0" [package.metadata.docs.rs] features = ["samd21g", "samd21g-rt", "usb", "dma", "async", "rtic"]