Skip to content

Commit 438396e

Browse files
chore: release (#799)
1 parent 6e22901 commit 438396e

File tree

4 files changed

+19
-3
lines changed

4 files changed

+19
-3
lines changed

Diff for: atsamd-hal-macros/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.2.3](https://github.com/atsamd-rs/atsamd/compare/atsamd-hal-macros-0.2.2...atsamd-hal-macros-0.2.3) - 2024-12-05
11+
12+
### Other
13+
14+
- *(atsamd-hal-macros)* Add MSRV ([#798](https://github.com/atsamd-rs/atsamd/pull/798))
15+
1016
## [0.2.2](https://github.com/atsamd-rs/atsamd/compare/atsamd-hal-macros-0.2.1...atsamd-hal-macros-0.2.2) - 2024-11-28
1117

1218
### Added

Diff for: atsamd-hal-macros/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
authors = ["Tethys Svensson"]
33
name = "atsamd-hal-macros"
44
rust-version = "1.77.2"
5-
version = "0.2.2"
5+
version = "0.2.3"
66
edition = "2021"
77
license = "MIT OR Apache-2.0"
88
categories = ["embedded", "hardware-support", "no-std"]

Diff for: hal/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.20.1](https://github.com/atsamd-rs/atsamd/compare/atsamd-hal-0.20.0...atsamd-hal-0.20.1) - 2024-12-05
11+
12+
### Added
13+
14+
- *(can)* Allow the use of any GCLK with the CAN peripheral ([#797](https://github.com/atsamd-rs/atsamd/pull/797))
15+
16+
### Fixed
17+
18+
- *(pwm)* Fix missing sync of timer ENABLE bit ([#795](https://github.com/atsamd-rs/atsamd/pull/795))
19+
1020
## [0.20.0](https://github.com/atsamd-rs/atsamd/compare/atsamd-hal-0.19.0...atsamd-hal-0.20.0) - 2024-11-28
1121

1222
### Added

Diff for: hal/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ name = "atsamd-hal"
2020
readme = "README.md"
2121
repository = "https://github.com/atsamd-rs/atsamd"
2222
rust-version = "1.77.2"
23-
version = "0.20.0"
23+
version = "0.20.1"
2424

2525
[package.metadata.docs.rs]
2626
features = ["samd21g", "samd21g-rt", "usb", "dma", "async"]
@@ -31,7 +31,7 @@ features = ["samd21g", "samd21g-rt", "usb", "dma", "async"]
3131

3232
[dependencies]
3333
aes = "0.7.5"
34-
atsamd-hal-macros = { version = "0.2.2", path = "../atsamd-hal-macros" }
34+
atsamd-hal-macros = { version = "0.2.3", path = "../atsamd-hal-macros" }
3535
bitfield = "0.13"
3636
bitflags = "2.6.0"
3737
cipher = "0.3"

0 commit comments

Comments
 (0)