Prepare embassy-embedded-hal 0.3

This commit is contained in:
Dániel Buga
2025-01-05 21:11:43 +01:00
parent ad2f7c329b
commit 9f21cf627b
25 changed files with 31 additions and 26 deletions

View File

@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Unreleased
## 0.3.0 - 2025-01-05
- The `std` feature has been removed
- Updated `embassy-time` to v0.4
## 0.2.0 - 2024-08-05
- Add Clone derive to flash Partition in embassy-embedded-hal

View File

@@ -1,6 +1,6 @@
[package]
name = "embassy-embedded-hal"
version = "0.2.0"
version = "0.3.0"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "Collection of utilities to use `embedded-hal` and `embedded-storage` traits with Embassy."