From fa8a18599fae334c2c7879f1fa60a0828f2e030d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 12 Apr 2025 22:34:55 +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/itsybitsy_m4/CHANGELOG.md | 6 ++++++ boards/itsybitsy_m4/Cargo.toml | 2 +- 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/pyportal/CHANGELOG.md | 6 ++++++ boards/pyportal/Cargo.toml | 2 +- boards/samd11_bare/CHANGELOG.md | 6 ++++++ boards/samd11_bare/Cargo.toml | 4 ++-- hal/CHANGELOG.md | 7 +++++++ hal/Cargo.toml | 2 +- 20 files changed, 78 insertions(+), 17 deletions(-) diff --git a/boards/atsame54_xpro/CHANGELOG.md b/boards/atsame54_xpro/CHANGELOG.md index 0902239e1521..54315986f1f0 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.11.2](https://github.com/ianrrees/atsamd/compare/atsame54_xpro-0.11.1...atsame54_xpro-0.11.2) - 2025-04-12 + +### Other + +- updated the following local packages: atsamd-hal + ## [0.11.1](https://github.com/atsamd-rs/atsamd/compare/atsame54_xpro-0.11.0...atsame54_xpro-0.11.1) - 2025-01-31 ### Examples diff --git a/boards/atsame54_xpro/Cargo.toml b/boards/atsame54_xpro/Cargo.toml index c505857c826b..b943fc7e36b8 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.11.1" +version = "0.11.2" [dependencies.cortex-m-rt] optional = true @@ -24,7 +24,7 @@ version = "0.7" [dependencies.atsamd-hal] default-features = false path = "../../hal" -version = "0.21.0" +version = "0.21.1" [dependencies.usb-device] optional = true diff --git a/boards/feather_m0/CHANGELOG.md b/boards/feather_m0/CHANGELOG.md index 7f4fde9acdba..098a4c4379a4 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.18.2](https://github.com/ianrrees/atsamd/compare/feather_m0-0.18.1...feather_m0-0.18.2) - 2025-04-12 + +### Other + +- updated the following local packages: atsamd-hal + ## [0.18.1](https://github.com/atsamd-rs/atsamd/compare/feather_m0-0.18.0...feather_m0-0.18.1) - 2025-01-31 ### Examples diff --git a/boards/feather_m0/Cargo.toml b/boards/feather_m0/Cargo.toml index ba0a8baee637..0abc43dd7880 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.18.1" +version = "0.18.2" # for cargo flash [package.metadata] @@ -22,7 +22,7 @@ version = "0.7" [dependencies.atsamd-hal] default-features = false path = "../../hal" -version = "0.21.0" +version = "0.21.1" [dependencies.cortex-m] features = ["critical-section-single-core"] diff --git a/boards/feather_m4/CHANGELOG.md b/boards/feather_m4/CHANGELOG.md index 959ab171be96..5765299a1114 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.16.2](https://github.com/ianrrees/atsamd/compare/feather_m4-0.16.1...feather_m4-0.16.2) - 2025-04-12 + +### Other + +- updated the following local packages: atsamd-hal + ## [0.16.1](https://github.com/atsamd-rs/atsamd/compare/feather_m4-0.16.0...feather_m4-0.16.1) - 2025-01-31 ### Examples diff --git a/boards/feather_m4/Cargo.toml b/boards/feather_m4/Cargo.toml index cba1729982d1..bd5c077308d1 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.16.1" +version = "0.16.2" # for cargo flash [package.metadata] @@ -26,7 +26,7 @@ version = "0.7" [dependencies.atsamd-hal] default-features = false path = "../../hal" -version = "0.21.0" +version = "0.21.1" [dependencies.usb-device] optional = true diff --git a/boards/itsybitsy_m4/CHANGELOG.md b/boards/itsybitsy_m4/CHANGELOG.md index bdcf6739cf03..5d2b65e66cfb 100644 --- a/boards/itsybitsy_m4/CHANGELOG.md +++ b/boards/itsybitsy_m4/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.9.1](https://github.com/ianrrees/atsamd/compare/itsybitsy_m4-0.9.0...itsybitsy_m4-0.9.1) - 2025-04-12 + +### Other + +- Updated atsamd hal version from 0.17 to 0.21, added rust-toolchain.toml + ## [0.9.0](https://github.com/atsamd-rs/atsamd/compare/itsybitsy_m4-0.8.0...itsybitsy_m4-0.9.0) - 2024-10-17 ### Refactored diff --git a/boards/itsybitsy_m4/Cargo.toml b/boards/itsybitsy_m4/Cargo.toml index dd20d7d76901..40d1dfe58311 100644 --- a/boards/itsybitsy_m4/Cargo.toml +++ b/boards/itsybitsy_m4/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "itsybitsy_m4" -version = "0.9.0" +version = "0.9.1" authors = [ "Nic Hartley ", "Tom ", diff --git a/boards/metro_m0/CHANGELOG.md b/boards/metro_m0/CHANGELOG.md index 258f8605388a..6205fce85ef6 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.18.2](https://github.com/ianrrees/atsamd/compare/metro_m0-0.18.1...metro_m0-0.18.2) - 2025-04-12 + +### Other + +- updated the following local packages: atsamd-hal + ## [0.18.1](https://github.com/atsamd-rs/atsamd/compare/metro_m0-0.18.0...metro_m0-0.18.1) - 2025-01-31 ### Examples diff --git a/boards/metro_m0/Cargo.toml b/boards/metro_m0/Cargo.toml index 1883724f7f3c..f033254760ce 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.18.1" +version = "0.18.2" # for cargo flash [package.metadata] @@ -25,7 +25,7 @@ version = "0.7" [dependencies.atsamd-hal] default-features = false path = "../../hal" -version = "0.21.0" +version = "0.21.1" [dependencies.rtic] features = ["thumbv6-backend"] diff --git a/boards/metro_m4/CHANGELOG.md b/boards/metro_m4/CHANGELOG.md index 50791d55d13f..395787781a79 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.17.2](https://github.com/ianrrees/atsamd/compare/metro_m4-0.17.1...metro_m4-0.17.2) - 2025-04-12 + +### Other + +- updated the following local packages: atsamd-hal + ## [0.17.1](https://github.com/atsamd-rs/atsamd/compare/metro_m4-0.17.0...metro_m4-0.17.1) - 2025-01-31 ### Examples diff --git a/boards/metro_m4/Cargo.toml b/boards/metro_m4/Cargo.toml index 2343cdcc2c9e..a0414312de60 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.17.1" +version = "0.17.2" # for cargo flash [package.metadata] @@ -21,7 +21,7 @@ version = "0.7" [dependencies.atsamd-hal] default-features = false path = "../../hal" -version = "0.21.0" +version = "0.21.1" [dependencies.usb-device] optional = true diff --git a/boards/pygamer/CHANGELOG.md b/boards/pygamer/CHANGELOG.md index 19151d55238e..9b9e6ff9b53d 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.14.2](https://github.com/ianrrees/atsamd/compare/pygamer-0.14.1...pygamer-0.14.2) - 2025-04-12 + +### Other + +- updated the following local packages: atsamd-hal + ## [0.14.1](https://github.com/atsamd-rs/atsamd/compare/pygamer-0.14.0...pygamer-0.14.1) - 2025-01-31 ### Dependencies diff --git a/boards/pygamer/Cargo.toml b/boards/pygamer/Cargo.toml index 3b2db575f0bf..400b4542d8e4 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.14.1" +version = "0.14.2" [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.21.0" +version = "0.21.1" [dependencies.usb-device] optional = true diff --git a/boards/pyportal/CHANGELOG.md b/boards/pyportal/CHANGELOG.md index ab435bc74de8..e87ab799f570 100644 --- a/boards/pyportal/CHANGELOG.md +++ b/boards/pyportal/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.11.0](https://github.com/ianrrees/atsamd/compare/pyportal-0.10.2...pyportal-0.11.0) - 2025-04-12 + +### Other + +- Update various pyportal dependencies ([#822](https://github.com/ianrrees/atsamd/pull/822)) + ## [0.10.2](https://github.com/atsamd-rs/atsamd/compare/pyportal-0.10.1...pyportal-0.10.2) - 2024-10-17 ### Refactored diff --git a/boards/pyportal/Cargo.toml b/boards/pyportal/Cargo.toml index 1e9143fdaa05..f32f7611f0fc 100644 --- a/boards/pyportal/Cargo.toml +++ b/boards/pyportal/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pyportal" -version = "0.10.2" +version = "0.11.0" authors = [ "Shella Stephens ", diff --git a/boards/samd11_bare/CHANGELOG.md b/boards/samd11_bare/CHANGELOG.md index 75641e01c0a5..e550ead5d17d 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.14.2](https://github.com/ianrrees/atsamd/compare/samd11_bare-0.14.1...samd11_bare-0.14.2) - 2025-04-12 + +### Other + +- updated the following local packages: atsamd-hal + ## [0.14.1](https://github.com/atsamd-rs/atsamd/compare/samd11_bare-0.14.0...samd11_bare-0.14.1) - 2025-01-31 ### Examples diff --git a/boards/samd11_bare/Cargo.toml b/boards/samd11_bare/Cargo.toml index 3c44ed894bd3..4b78ea12668a 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.14.1" +version = "0.14.2" # for cargo flash [package.metadata] @@ -24,7 +24,7 @@ version = "0.7" [dependencies.atsamd-hal] default-features = false path = "../../hal" -version = "0.21.0" +version = "0.21.1" [dependencies.rtic] features = ["thumbv6-backend"] diff --git a/hal/CHANGELOG.md b/hal/CHANGELOG.md index debacd14bca3..91377fa8bea1 100644 --- a/hal/CHANGELOG.md +++ b/hal/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.21.1](https://github.com/ianrrees/atsamd/compare/atsamd-hal-0.21.0...atsamd-hal-0.21.1) - 2025-04-12 + +### Added + +- *(tc)* Add support for TC6/7 on applicable chips ([#835](https://github.com/ianrrees/atsamd/pull/835)) +- Add ehal 1.0 InputPin impl for ExtInt ([#826](https://github.com/ianrrees/atsamd/pull/826)) + ## [0.21.0](https://github.com/atsamd-rs/atsamd/compare/atsamd-hal-0.20.2...atsamd-hal-0.21.0) - 2025-01-13 ### Added diff --git a/hal/Cargo.toml b/hal/Cargo.toml index 120b1871bf39..c49925cbc751 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.77.2" -version = "0.21.0" +version = "0.21.1" [package.metadata.docs.rs] features = ["samd21g", "samd21g-rt", "usb", "dma", "async", "rtic"]