diff options
| author | Ulf Lilleengen <[email protected]> | 2025-09-30 10:31:33 +0200 |
|---|---|---|
| committer | Ulf Lilleengen <[email protected]> | 2025-09-30 10:31:33 +0200 |
| commit | 0ba74a4127a244781fc125208a73cc51c8a0deac (patch) | |
| tree | e817ac19542741914cfb16f1268af21885959700 /embassy-nrf | |
| parent | c3a093a505bf6e7a1a679113b9bec68059909e36 (diff) | |
chore: prepare crate releases
Diffstat (limited to 'embassy-nrf')
| -rw-r--r-- | embassy-nrf/CHANGELOG.md | 2 | ||||
| -rw-r--r-- | embassy-nrf/Cargo.toml | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/embassy-nrf/CHANGELOG.md b/embassy-nrf/CHANGELOG.md index bdd031480..b3d4045fa 100644 --- a/embassy-nrf/CHANGELOG.md +++ b/embassy-nrf/CHANGELOG.md | |||
| @@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |||
| 8 | <!-- next-header --> | 8 | <!-- next-header --> |
| 9 | ## Unreleased - ReleaseDate | 9 | ## Unreleased - ReleaseDate |
| 10 | 10 | ||
| 11 | ## 0.8.0 - 2025-09-30 | ||
| 12 | |||
| 11 | - changed: Remove `T: Instance` generic params in all drivers. | 13 | - changed: Remove `T: Instance` generic params in all drivers. |
| 12 | - changed: nrf54l: Disable glitch detection and enable DC/DC in init. | 14 | - changed: nrf54l: Disable glitch detection and enable DC/DC in init. |
| 13 | - changed: Add embassy-net-driver-channel implementation for IEEE 802.15.4 | 15 | - changed: Add embassy-net-driver-channel implementation for IEEE 802.15.4 |
diff --git a/embassy-nrf/Cargo.toml b/embassy-nrf/Cargo.toml index e2580a36e..362fabcf7 100644 --- a/embassy-nrf/Cargo.toml +++ b/embassy-nrf/Cargo.toml | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | [package] | 1 | [package] |
| 2 | name = "embassy-nrf" | 2 | name = "embassy-nrf" |
| 3 | version = "0.7.0" | 3 | version = "0.8.0" |
| 4 | edition = "2021" | 4 | edition = "2021" |
| 5 | license = "MIT OR Apache-2.0" | 5 | license = "MIT OR Apache-2.0" |
| 6 | description = "Embassy Hardware Abstraction Layer (HAL) for nRF series microcontrollers" | 6 | description = "Embassy Hardware Abstraction Layer (HAL) for nRF series microcontrollers" |
