Skip to content

Commit 6ad7f5e

Browse files
chore: release
1 parent d38de76 commit 6ad7f5e

File tree

16 files changed

+64
-15
lines changed

16 files changed

+64
-15
lines changed

boards/atsame54_xpro/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.3](https://github.com/atsamd-rs/atsamd/compare/atsame54_xpro-0.12.2...atsame54_xpro-0.12.3) - 2025-07-12
11+
12+
### Other
13+
14+
- updated the following local packages: atsamd-hal
15+
1016
## [0.12.2](https://github.com/atsamd-rs/atsamd/compare/atsame54_xpro-0.12.1...atsame54_xpro-0.12.2) - 2025-06-26
1117

1218
### Other

boards/atsame54_xpro/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ license = "MIT OR Apache-2.0"
1111
name = "atsame54_xpro"
1212
readme = "README.md"
1313
repository = "https://github.com/atsamd-rs/atsamd"
14-
version = "0.12.2"
14+
version = "0.12.3"
1515

1616
[dependencies.cortex-m-rt]
1717
optional = true
@@ -24,7 +24,7 @@ version = "0.7"
2424
[dependencies.atsamd-hal]
2525
default-features = false
2626
path = "../../hal"
27-
version = "0.22.2"
27+
version = "0.22.3"
2828

2929
[dependencies.usb-device]
3030
optional = true

boards/feather_m0/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.19.3](https://github.com/atsamd-rs/atsamd/compare/feather_m0-0.19.2...feather_m0-0.19.3) - 2025-07-12
11+
12+
### Other
13+
14+
- updated the following local packages: atsamd-hal
15+
1016
## [0.19.2](https://github.com/atsamd-rs/atsamd/compare/feather_m0-0.19.1...feather_m0-0.19.2) - 2025-06-26
1117

1218
### Other

boards/feather_m0/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ name = "feather_m0"
99
readme = "README.md"
1010
repository = "https://github.com/atsamd-rs/atsamd"
1111
resolver = "2"
12-
version = "0.19.2"
12+
version = "0.19.3"
1313

1414
# for cargo flash
1515
[package.metadata]
@@ -22,7 +22,7 @@ version = "0.7"
2222
[dependencies.atsamd-hal]
2323
default-features = false
2424
path = "../../hal"
25-
version = "0.22.2"
25+
version = "0.22.3"
2626

2727
[dependencies.cortex-m]
2828
features = ["critical-section-single-core"]

boards/feather_m4/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.17.3](https://github.com/atsamd-rs/atsamd/compare/feather_m4-0.17.2...feather_m4-0.17.3) - 2025-07-12
11+
12+
### Other
13+
14+
- updated the following local packages: atsamd-hal
15+
1016
## [0.17.2](https://github.com/atsamd-rs/atsamd/compare/feather_m4-0.17.1...feather_m4-0.17.2) - 2025-06-26
1117

1218
### Other

boards/feather_m4/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ license = "MIT OR Apache-2.0"
99
name = "feather_m4"
1010
readme = "README.md"
1111
repository = "https://github.com/atsamd-rs/atsamd"
12-
version = "0.17.2"
12+
version = "0.17.3"
1313

1414
# for cargo flash
1515
[package.metadata]
@@ -26,7 +26,7 @@ version = "0.7"
2626
[dependencies.atsamd-hal]
2727
default-features = false
2828
path = "../../hal"
29-
version = "0.22.2"
29+
version = "0.22.3"
3030

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

boards/metro_m0/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.19.3](https://github.com/atsamd-rs/atsamd/compare/metro_m0-0.19.2...metro_m0-0.19.3) - 2025-07-12
11+
12+
### Other
13+
14+
- updated the following local packages: atsamd-hal
15+
1016
## [0.19.2](https://github.com/atsamd-rs/atsamd/compare/metro_m0-0.19.1...metro_m0-0.19.2) - 2025-06-26
1117

1218
### Other

boards/metro_m0/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license = "MIT OR Apache-2.0"
88
name = "metro_m0"
99
readme = "README.md"
1010
repository = "https://github.com/atsamd-rs/atsamd"
11-
version = "0.19.2"
11+
version = "0.19.3"
1212

1313
# for cargo flash
1414
[package.metadata]
@@ -25,7 +25,7 @@ version = "0.7"
2525
[dependencies.atsamd-hal]
2626
default-features = false
2727
path = "../../hal"
28-
version = "0.22.2"
28+
version = "0.22.3"
2929

3030
[dependencies.rtic]
3131
features = ["thumbv6-backend"]

boards/metro_m4/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.18.3](https://github.com/atsamd-rs/atsamd/compare/metro_m4-0.18.2...metro_m4-0.18.3) - 2025-07-12
11+
12+
### Other
13+
14+
- updated the following local packages: atsamd-hal
15+
1016
## [0.18.2](https://github.com/atsamd-rs/atsamd/compare/metro_m4-0.18.1...metro_m4-0.18.2) - 2025-06-26
1117

1218
### Other

boards/metro_m4/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license = "MIT OR Apache-2.0"
88
name = "metro_m4"
99
readme = "README.md"
1010
repository = "https://github.com/atsamd-rs/atsamd"
11-
version = "0.18.2"
11+
version = "0.18.3"
1212

1313
# for cargo flash
1414
[package.metadata]
@@ -21,7 +21,7 @@ version = "0.7"
2121
[dependencies.atsamd-hal]
2222
default-features = false
2323
path = "../../hal"
24-
version = "0.22.2"
24+
version = "0.22.3"
2525

2626
[dependencies.usb-device]
2727
optional = true

0 commit comments

Comments
 (0)