Skip to content

Commit

Permalink
Adjust erroneous bump level and clarify changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jbeaurivage committed Oct 25, 2024
1 parent 500132c commit c64b131
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 9 deletions.
2 changes: 1 addition & 1 deletion boards/atsame54_xpro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ features = ["critical-section-single-core"]

[dependencies.atsamd-hal]
path = "../../hal"
version = "0.19.0"
version = "0.18.1"
default-features = false

[dependencies.usb-device]
Expand Down
2 changes: 1 addition & 1 deletion boards/feather_m0/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ optional = true

[dependencies.atsamd-hal]
path = "../../hal"
version = "0.19.0"
version = "0.18.1"
default-features = false

[dependencies.cortex-m]
Expand Down
2 changes: 1 addition & 1 deletion boards/feather_m4/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ features = ["critical-section-single-core"]

[dependencies.atsamd-hal]
path = "../../hal"
version = "0.19.0"
version = "0.18.1"
default-features = false

[dependencies.usb-device]
Expand Down
2 changes: 1 addition & 1 deletion boards/metro_m0/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ features = ["critical-section-single-core"]

[dependencies.atsamd-hal]
path = "../../hal"
version = "0.19.0"
version = "0.18.1"
default-features = false

[dependencies.usb-device]
Expand Down
2 changes: 1 addition & 1 deletion boards/metro_m4/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ optional = true

[dependencies.atsamd-hal]
path = "../../hal"
version = "0.19.0"
version = "0.18.1"
default-features = false

[dependencies.usb-device]
Expand Down
2 changes: 1 addition & 1 deletion boards/samd11_bare/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ features = ["critical-section-single-core"]

[dependencies.atsamd-hal]
path = "../../hal"
version = "0.19.0"
version = "0.18.1"
default-features = false

[dev-dependencies]
Expand Down
6 changes: 4 additions & 2 deletions hal/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.19.0](https://github.com/atsamd-rs/atsamd/compare/atsamd-hal-0.18.0...atsamd-hal-0.19.0) - 2024-10-25
## [0.18.1](https://github.com/atsamd-rs/atsamd/compare/atsamd-hal-0.18.0...atsamd-hal-0.18.1) - 2024-10-25

### Fixed

- [**breaking**] Changes to the `dmac` public API
- Changes to the `dmac` public API ([#764](https://github.com/atsamd-rs/atsamd/pull/764)):
* Make `BlockTransferControl` and `DmacDescriptor` structs private instead of `#[doc(hidden)]`
* Add getters/setters for `level0`, `level1`, `level2`, and `level3` for `PriorityLevelMask` and `RoundRobinMask` structs
- Cleanup newly introduced nightly Clippy lints ([#763](https://github.com/atsamd-rs/atsamd/pull/763))

## [0.18.0](https://github.com/atsamd-rs/atsamd/compare/atsamd-hal-0.17.0...atsamd-hal-0.18.0) - 2024-10-17
Expand Down
2 changes: 1 addition & 1 deletion hal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ name = "atsamd-hal"
readme = "README.md"
repository = "https://github.com/atsamd-rs/atsamd"
rust-version = "1.65"
version = "0.19.0"
version = "0.18.1"

[package.metadata.docs.rs]
features = ["samd21g", "samd21g-rt", "usb", "dma"]
Expand Down

0 comments on commit c64b131

Please sign in to comment.