chore: Release embassy-nrf version 0.4.1

This commit is contained in:
Ulf Lilleengen 2025-07-14 12:21:22 +02:00
parent 5a8956209f
commit 8e940c315c
2 changed files with 3 additions and 1 deletions

View File

@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
<!-- next-header -->
## Unreleased - ReleaseDate
## 0.4.1 - 2025-07-14
- changed: nrf52833: configure internal LDO
- changed: nrf5340: add more options to clock config
- bugfix: clean the SAADC's register while dropping

View File

@ -1,6 +1,6 @@
[package]
name = "embassy-nrf"
version = "0.4.0"
version = "0.4.1"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "Embassy Hardware Abstraction Layer (HAL) for nRF series microcontrollers"