Create embassy-nrf 0.3.1

This commit is contained in:
Ulf Lilleengen
2025-01-09 11:41:00 +01:00
parent cd70c19ab5
commit 9d94d68a7f
16 changed files with 20 additions and 15 deletions

View File

@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Unreleased
## 0.3.1 - 2025-01-09
- bugfix: nrf twim return errors in async\_wait instead of waiting indefinitely
- bugfix: fix missing setting input as disconnected.
## 0.3.0 - 2025-01-06
Firstly, this release switches embassy-nrf to chiptool-based `nrf-pac`

View File

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