chore: Release embassy-nrf version 0.6.0

This commit is contained in:
Ulf Lilleengen 2025-08-04 14:10:24 +02:00
parent bcc904c187
commit 6ba76e8176
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.6.0 - 2025-08-04
## 0.5.0 - 2025-07-16
- changed: update to latest embassy-usb-driver

View File

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