Skip to content

Commit

Permalink
atsamd-hal-macros should be a breaking change
Browse files Browse the repository at this point in the history
  • Loading branch information
jbeaurivage committed Oct 17, 2024
1 parent 2afca97 commit 0d61c2f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions atsamd-hal-macros/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.1](https://github.com/atsamd-rs/atsamd/compare/atsamd-hal-macros-0.1.0...atsamd-hal-macros-0.1.1) - 2024-10-17
## [0.1.1](https://github.com/atsamd-rs/atsamd/compare/atsamd-hal-macros-0.1.0...atsamd-hal-macros-0.2.0) - 2024-10-17

### Removed

- **[breaking]**: SAMD51G: remove support for I2S peripheral ([#735](https://github.com/atsamd-rs/atsamd/pull/735))

### Fixed

- Remove statement excluding samd51j from i2s peripheral ([#735](https://github.com/atsamd-rs/atsamd/pull/735))
- SAMD51J: Add support for I2S peripheral ([#735](https://github.com/atsamd-rs/atsamd/pull/735))
2 changes: 1 addition & 1 deletion atsamd-hal-macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
authors = ["Tethys Svensson"]
name = "atsamd-hal-macros"
version = "0.1.1"
version = "0.2.0"
edition = "2021"
license = "MIT OR Apache-2.0"
categories = ["embedded", "hardware-support", "no-std"]
Expand Down
2 changes: 1 addition & 1 deletion hal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ features = ["samd21g", "samd21g-rt", "usb", "dma"]

[dependencies]
aes = "0.7.5"
atsamd-hal-macros = { version = "0.1.1", path = "../atsamd-hal-macros" }
atsamd-hal-macros = { version = "0.2.0", path = "../atsamd-hal-macros" }
bitfield = "0.13"
bitflags = "2.6.0"
cipher = "0.3"
Expand Down

0 comments on commit 0d61c2f

Please sign in to comment.