Skip to content

Commit

Permalink
Breaking changes for BSPs
Browse files Browse the repository at this point in the history
  • Loading branch information
jbeaurivage committed Jan 14, 2025
1 parent 253b815 commit ccae88b
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion boards/atsame54_xpro/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.10.2](https://github.com/atsamd-rs/atsamd/compare/atsame54_xpro-0.10.1...atsame54_xpro-0.10.2) - 2025-01-13
## [0.11.0](https://github.com/atsamd-rs/atsamd/compare/atsame54_xpro-0.10.1...atsame54_xpro-0.11.0) - 2025-01-13

### Other

Expand Down
2 changes: 1 addition & 1 deletion boards/atsame54_xpro/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "atsame54_xpro"
version = "0.10.2"
version = "0.11.0"
authors = [
"Karsten Große <[email protected]>",
"John Little <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion boards/feather_m0/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.17.2](https://github.com/atsamd-rs/atsamd/compare/feather_m0-0.17.1...feather_m0-0.17.2) - 2025-01-13
## [0.18.0](https://github.com/atsamd-rs/atsamd/compare/feather_m0-0.17.1...feather_m0-0.18.0) - 2025-01-13

### Other

Expand Down
2 changes: 1 addition & 1 deletion boards/feather_m0/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "feather_m0"
version = "0.17.2"
version = "0.18.0"
authors = ["Ben Bergman <[email protected]>"]
description = "Board Support crate for the Adafruit Feather M0"
keywords = ["no-std", "arm", "cortex-m", "embedded-hal"]
Expand Down
2 changes: 1 addition & 1 deletion boards/feather_m4/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.15.2](https://github.com/atsamd-rs/atsamd/compare/feather_m4-0.15.1...feather_m4-0.15.2) - 2025-01-13
## [0.16.0](https://github.com/atsamd-rs/atsamd/compare/feather_m4-0.15.1...feather_m4-0.16.0) - 2025-01-13

### Other

Expand Down
2 changes: 1 addition & 1 deletion boards/feather_m4/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "feather_m4"
version = "0.15.2"
version = "0.16.0"
edition = "2021"
authors = ["Theodore DeRego <[email protected]>"]
description = "Board Support crate for the Adafruit Feather M4"
Expand Down
2 changes: 1 addition & 1 deletion boards/metro_m4/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.16.2](https://github.com/atsamd-rs/atsamd/compare/metro_m4-0.16.1...metro_m4-0.16.2) - 2025-01-13
## [0.17.0](https://github.com/atsamd-rs/atsamd/compare/metro_m4-0.16.1...metro_m4-0.17.0) - 2025-01-13

### Other

Expand Down
2 changes: 1 addition & 1 deletion boards/metro_m4/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "metro_m4"
version = "0.16.2"
version = "0.17.0"
authors = ["Paul Sajna <[email protected]>", "Wez Furlong <[email protected]>"]
description = "Board Support crate for the Adafruit Metro M4"
keywords = ["no-std", "arm", "cortex-m", "embedded-hal"]
Expand Down
2 changes: 1 addition & 1 deletion boards/pygamer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.13.2](https://github.com/atsamd-rs/atsamd/compare/pygamer-0.13.1...pygamer-0.13.2) - 2025-01-13
## [0.14.0](https://github.com/atsamd-rs/atsamd/compare/pygamer-0.13.1...pygamer-0.14.0) - 2025-01-13

### Other

Expand Down
2 changes: 1 addition & 1 deletion boards/pygamer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ license = "MIT OR Apache-2.0"
name = "pygamer"
readme = "README.md"
repository = "https://github.com/atsamd-rs/atsamd"
version = "0.13.2"
version = "0.14.0"

[dependencies]
cortex-m = {version = "0.7", features = ["critical-section-single-core"]}
Expand Down
2 changes: 1 addition & 1 deletion boards/samd11_bare/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.13.2](https://github.com/atsamd-rs/atsamd/compare/samd11_bare-0.13.1...samd11_bare-0.13.2) - 2025-01-13
## [0.14.0](https://github.com/atsamd-rs/atsamd/compare/samd11_bare-0.13.1...samd11_bare-0.14.0) - 2025-01-13

### Other

Expand Down
2 changes: 1 addition & 1 deletion boards/samd11_bare/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "samd11_bare"
version = "0.13.2"
version = "0.14.0"
authors = ["Jesse Braham <[email protected]>"]
description = "Support crate for the ATSAMD11C"
keywords = ["no-std", "arm", "cortex-m", "embedded-hal"]
Expand Down

0 comments on commit ccae88b

Please sign in to comment.