Skip to content

Commit e281477

Browse files
chore: release (#801)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent d655b38 commit e281477

File tree

16 files changed

+63
-15
lines changed

16 files changed

+63
-15
lines changed

boards/atsame54_xpro/CHANGELOG.md

+6
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.10.1](https://github.com/atsamd-rs/atsamd/compare/atsame54_xpro-0.10.0...atsame54_xpro-0.10.1) - 2024-12-11
11+
12+
### Other
13+
14+
- updated the following local packages: atsamd-hal
15+
1016
## [0.10.0](https://github.com/atsamd-rs/atsamd/compare/atsame54_xpro-0.9.0...atsame54_xpro-0.10.0) - 2024-11-28
1117

1218
### Added

boards/atsame54_xpro/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "atsame54_xpro"
3-
version = "0.10.0"
3+
version = "0.10.1"
44
authors = [
55
"Karsten Große <[email protected]>",
66
"John Little <[email protected]>"
@@ -23,7 +23,7 @@ features = ["critical-section-single-core"]
2323

2424
[dependencies.atsamd-hal]
2525
path = "../../hal"
26-
version = "0.20.0"
26+
version = "0.20.2"
2727
default-features = false
2828

2929
[dependencies.usb-device]

boards/feather_m0/CHANGELOG.md

+6
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.17.1](https://github.com/atsamd-rs/atsamd/compare/feather_m0-0.17.0...feather_m0-0.17.1) - 2024-12-11
11+
12+
### Other
13+
14+
- updated the following local packages: atsamd-hal
15+
1016
## [0.17.0](https://github.com/atsamd-rs/atsamd/compare/feather_m0-0.16.0...feather_m0-0.17.0) - 2024-11-28
1117

1218
### Added

boards/feather_m0/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "feather_m0"
3-
version = "0.17.0"
3+
version = "0.17.1"
44
authors = ["Ben Bergman <[email protected]>"]
55
description = "Board Support crate for the Adafruit Feather M0"
66
keywords = ["no-std", "arm", "cortex-m", "embedded-hal"]
@@ -21,7 +21,7 @@ optional = true
2121

2222
[dependencies.atsamd-hal]
2323
path = "../../hal"
24-
version = "0.20.0"
24+
version = "0.20.2"
2525
default-features = false
2626

2727
[dependencies.cortex-m]

boards/feather_m4/CHANGELOG.md

+6
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.15.1](https://github.com/atsamd-rs/atsamd/compare/feather_m4-0.15.0...feather_m4-0.15.1) - 2024-12-11
11+
12+
### Other
13+
14+
- updated the following local packages: atsamd-hal
15+
1016
## [0.15.0](https://github.com/atsamd-rs/atsamd/compare/feather_m4-0.14.0...feather_m4-0.15.0) - 2024-11-28
1117

1218
### Added

boards/feather_m4/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "feather_m4"
3-
version = "0.15.0"
3+
version = "0.15.1"
44
edition = "2021"
55
authors = ["Theodore DeRego <[email protected]>"]
66
description = "Board Support crate for the Adafruit Feather M4"
@@ -25,7 +25,7 @@ features = ["critical-section-single-core"]
2525

2626
[dependencies.atsamd-hal]
2727
path = "../../hal"
28-
version = "0.20.0"
28+
version = "0.20.2"
2929
default-features = false
3030

3131
[dependencies.usb-device]

boards/metro_m0/CHANGELOG.md

+6
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.17.1](https://github.com/atsamd-rs/atsamd/compare/metro_m0-0.17.0...metro_m0-0.17.1) - 2024-12-11
11+
12+
### Other
13+
14+
- updated the following local packages: atsamd-hal
15+
1016
## [0.17.0](https://github.com/atsamd-rs/atsamd/compare/metro_m0-0.16.0...metro_m0-0.17.0) - 2024-11-28
1117

1218
### Added

boards/metro_m0/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "metro_m0"
3-
version = "0.17.0"
3+
version = "0.17.1"
44
authors = ["Wez Furlong <[email protected]>"]
55
description = "Board Support crate for the Adafruit Metro M0"
66
keywords = ["no-std", "arm", "cortex-m", "embedded-hal"]
@@ -24,7 +24,7 @@ features = ["critical-section-single-core"]
2424

2525
[dependencies.atsamd-hal]
2626
path = "../../hal"
27-
version = "0.20.0"
27+
version = "0.20.2"
2828
default-features = false
2929

3030
[dependencies.usb-device]

boards/metro_m4/CHANGELOG.md

+6
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.16.1](https://github.com/atsamd-rs/atsamd/compare/metro_m4-0.16.0...metro_m4-0.16.1) - 2024-12-11
11+
12+
### Other
13+
14+
- updated the following local packages: atsamd-hal
15+
1016
## [0.16.0](https://github.com/atsamd-rs/atsamd/compare/metro_m4-0.15.0...metro_m4-0.16.0) - 2024-11-28
1117

1218
### Added

boards/metro_m4/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "metro_m4"
3-
version = "0.16.0"
3+
version = "0.16.1"
44
authors = ["Paul Sajna <[email protected]>", "Wez Furlong <[email protected]>"]
55
description = "Board Support crate for the Adafruit Metro M4"
66
keywords = ["no-std", "arm", "cortex-m", "embedded-hal"]
@@ -20,7 +20,7 @@ optional = true
2020

2121
[dependencies.atsamd-hal]
2222
path = "../../hal"
23-
version = "0.20.0"
23+
version = "0.20.2"
2424
default-features = false
2525

2626
[dependencies.usb-device]

boards/pygamer/CHANGELOG.md

+6
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.13.1](https://github.com/atsamd-rs/atsamd/compare/pygamer-0.13.0...pygamer-0.13.1) - 2024-12-11
11+
12+
### Examples
13+
14+
- *(pygamer)* Restore neopixel examples using SPI driver
15+
1016
## [0.13.0](https://github.com/atsamd-rs/atsamd/compare/pygamer-0.12.0...pygamer-0.13.0) - 2024-11-28
1117

1218
### Added

boards/pygamer/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ license = "MIT OR Apache-2.0"
1212
name = "pygamer"
1313
readme = "README.md"
1414
repository = "https://github.com/atsamd-rs/atsamd"
15-
version = "0.13.0"
15+
version = "0.13.1"
1616

1717
[dependencies]
1818
cortex-m = {version = "0.7", features = ["critical-section-single-core"]}
@@ -27,7 +27,7 @@ version = "0.7"
2727
[dependencies.atsamd-hal]
2828
default-features = false
2929
path = "../../hal"
30-
version = "0.20.0"
30+
version = "0.20.2"
3131

3232
[dependencies.usb-device]
3333
optional = true

boards/samd11_bare/CHANGELOG.md

+6
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.13.1](https://github.com/atsamd-rs/atsamd/compare/samd11_bare-0.13.0...samd11_bare-0.13.1) - 2024-12-11
11+
12+
### Other
13+
14+
- updated the following local packages: atsamd-hal
15+
1016
## [0.13.0](https://github.com/atsamd-rs/atsamd/compare/samd11_bare-0.12.0...samd11_bare-0.13.0) - 2024-11-28
1117

1218
### Added

boards/samd11_bare/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "samd11_bare"
3-
version = "0.13.0"
3+
version = "0.13.1"
44
authors = ["Jesse Braham <[email protected]>"]
55
description = "Support crate for the ATSAMD11C"
66
keywords = ["no-std", "arm", "cortex-m", "embedded-hal"]
@@ -23,7 +23,7 @@ features = ["critical-section-single-core"]
2323

2424
[dependencies.atsamd-hal]
2525
path = "../../hal"
26-
version = "0.20.0"
26+
version = "0.20.2"
2727
default-features = false
2828

2929
[dev-dependencies]

hal/CHANGELOG.md

+6
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.20.2](https://github.com/atsamd-rs/atsamd/compare/atsamd-hal-0.20.1...atsamd-hal-0.20.2) - 2024-12-11
11+
12+
### Changed
13+
14+
- *(spi)* Remove explicit flushes from SpiBus impl
15+
1016
## [0.20.1](https://github.com/atsamd-rs/atsamd/compare/atsamd-hal-0.20.0...atsamd-hal-0.20.1) - 2024-12-05
1117

1218
### Added

hal/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ name = "atsamd-hal"
2020
readme = "README.md"
2121
repository = "https://github.com/atsamd-rs/atsamd"
2222
rust-version = "1.77.2"
23-
version = "0.20.1"
23+
version = "0.20.2"
2424

2525
[package.metadata.docs.rs]
2626
features = ["samd21g", "samd21g-rt", "usb", "dma", "async"]

0 commit comments

Comments
 (0)