From d5a8f787a700a5c43c6ca14ba66fee96264e1acb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 13 Mar 2025 06:51:12 +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/pyportal/CHANGELOG.md | 6 ++++++ boards/pyportal/Cargo.toml | 2 +- boards/samd11_bare/CHANGELOG.md | 6 ++++++ boards/samd11_bare/Cargo.toml | 4 ++-- hal/CHANGELOG.md | 6 ++++++ hal/Cargo.toml | 2 +- 18 files changed, 70 insertions(+), 16 deletions(-) diff --git a/boards/atsame54_xpro/CHANGELOG.md b/boards/atsame54_xpro/CHANGELOG.md index 0902239e1521..9d8a6564dc96 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/evading/atsamd/compare/atsame54_xpro-0.11.1...atsame54_xpro-0.11.2) - 2025-03-13 + +### 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..b6e58a9ae1b3 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/evading/atsamd/compare/feather_m0-0.18.1...feather_m0-0.18.2) - 2025-03-13 + +### 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..a2606fef7d89 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/evading/atsamd/compare/feather_m4-0.16.1...feather_m4-0.16.2) - 2025-03-13 + +### 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/metro_m0/CHANGELOG.md b/boards/metro_m0/CHANGELOG.md index 258f8605388a..51f91cf73940 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/evading/atsamd/compare/metro_m0-0.18.1...metro_m0-0.18.2) - 2025-03-13 + +### 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..7bd6d42a273d 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/evading/atsamd/compare/metro_m4-0.17.1...metro_m4-0.17.2) - 2025-03-13 + +### 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..30380e10bfd4 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/evading/atsamd/compare/pygamer-0.14.1...pygamer-0.14.2) - 2025-03-13 + +### 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..60516f0df699 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/evading/atsamd/compare/pyportal-0.10.2...pyportal-0.11.0) - 2025-03-13 + +### Other + +- Update various pyportal dependencies ([#822](https://github.com/evading/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..d863775e9b13 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/evading/atsamd/compare/samd11_bare-0.14.1...samd11_bare-0.14.2) - 2025-03-13 + +### 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..cfafb16fd0cb 100644 --- a/hal/CHANGELOG.md +++ b/hal/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.21.1](https://github.com/evading/atsamd/compare/atsamd-hal-0.21.0...atsamd-hal-0.21.1) - 2025-03-13 + +### Added + +- Add ehal 1.0 InputPin impl for ExtInt ([#826](https://github.com/evading/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"]