Skip to content

Commit b8c1fc4

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

File tree

14 files changed

+53
-7
lines changed

14 files changed

+53
-7
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.11.1](https://github.com/atsamd-rs/atsamd/compare/atsame54_xpro-0.11.0...atsame54_xpro-0.11.1) - 2025-01-31
11+
12+
### Examples
13+
14+
- Updates all Tier 1 BSP examples to use RTIC v2 and the RTC monotonic where applicable (#817)
15+
1016
## [0.11.0](https://github.com/atsamd-rs/atsamd/compare/atsame54_xpro-0.10.1...atsame54_xpro-0.11.0) - 2025-01-13
1117

1218
### Other

boards/atsame54_xpro/Cargo.toml

+1-1
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.11.0"
14+
version = "0.11.1"
1515

1616
[dependencies.cortex-m-rt]
1717
optional = true

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.18.1](https://github.com/atsamd-rs/atsamd/compare/feather_m0-0.18.0...feather_m0-0.18.1) - 2025-01-31
11+
12+
### Examples
13+
14+
- Updates all Tier 1 BSP examples to use RTIC v2 and the RTC monotonic where applicable (#817)
15+
1016
## [0.18.0](https://github.com/atsamd-rs/atsamd/compare/feather_m0-0.17.1...feather_m0-0.18.0) - 2025-01-13
1117

1218
### Other

boards/feather_m0/Cargo.toml

+1-1
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.18.0"
12+
version = "0.18.1"
1313

1414
# for cargo flash
1515
[package.metadata]

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.16.1](https://github.com/atsamd-rs/atsamd/compare/feather_m4-0.16.0...feather_m4-0.16.1) - 2025-01-31
11+
12+
### Examples
13+
14+
- Updates all Tier 1 BSP examples to use RTIC v2 and the RTC monotonic where applicable (#817)
15+
1016
## [0.16.0](https://github.com/atsamd-rs/atsamd/compare/feather_m4-0.15.1...feather_m4-0.16.0) - 2025-01-13
1117

1218
### Other

boards/feather_m4/Cargo.toml

+1-1
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.16.0"
12+
version = "0.16.1"
1313

1414
# for cargo flash
1515
[package.metadata]

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.18.1](https://github.com/atsamd-rs/atsamd/compare/metro_m0-0.18.0...metro_m0-0.18.1) - 2025-01-31
11+
12+
### Examples
13+
14+
- Updates all Tier 1 BSP examples to use RTIC v2 and the RTC monotonic where applicable (#817)
15+
1016
## [0.18.0](https://github.com/atsamd-rs/atsamd/compare/metro_m0-0.17.1...metro_m0-0.18.0) - 2025-01-13
1117

1218
### Added

boards/metro_m0/Cargo.toml

+1-1
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.18.0"
11+
version = "0.18.1"
1212

1313
# for cargo flash
1414
[package.metadata]

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.17.1](https://github.com/atsamd-rs/atsamd/compare/metro_m4-0.17.0...metro_m4-0.17.1) - 2025-01-31
11+
12+
### Examples
13+
14+
- Updates all Tier 1 BSP examples to use RTIC v2 and the RTC monotonic where applicable (#817)
15+
1016
## [0.17.0](https://github.com/atsamd-rs/atsamd/compare/metro_m4-0.16.1...metro_m4-0.17.0) - 2025-01-13
1117

1218
### Other

boards/metro_m4/Cargo.toml

+1-1
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.17.0"
11+
version = "0.17.1"
1212

1313
# for cargo flash
1414
[package.metadata]

boards/pygamer/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.14.1](https://github.com/atsamd-rs/atsamd/compare/pygamer-0.14.0...pygamer-0.14.1) - 2025-01-31
11+
12+
### Dependencies
13+
14+
- *(pygamer)* Upgrade some `pygamer` BSP dependencies (#815)
15+
16+
### Examples
17+
18+
- Updates all Tier 1 BSP examples to use RTIC v2 and the RTC monotonic where applicable (#817)
19+
1020
## [0.14.0](https://github.com/atsamd-rs/atsamd/compare/pygamer-0.13.1...pygamer-0.14.0) - 2025-01-13
1121

1222
### Other

boards/pygamer/Cargo.toml

+1-1
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.14.0"
15+
version = "0.14.1"
1616

1717
[dependencies]
1818
cortex-m = {version = "0.7", features = ["critical-section-single-core"]}

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.14.1](https://github.com/atsamd-rs/atsamd/compare/samd11_bare-0.14.0...samd11_bare-0.14.1) - 2025-01-31
11+
12+
### Examples
13+
14+
- Updates all Tier 1 BSP examples to use RTIC v2 and the RTC monotonic where applicable (#817)
15+
1016
## [0.14.0](https://github.com/atsamd-rs/atsamd/compare/samd11_bare-0.13.1...samd11_bare-0.14.0) - 2025-01-13
1117

1218
### Other

boards/samd11_bare/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license = "MIT OR Apache-2.0"
77
name = "samd11_bare"
88
readme = "README.md"
99
repository = "https://github.com/atsamd-rs/atsamd"
10-
version = "0.14.0"
10+
version = "0.14.1"
1111

1212
# for cargo flash
1313
[package.metadata]

0 commit comments

Comments
 (0)