Prepare embassy-net 0.6

This commit is contained in:
Dániel Buga
2025-01-05 21:17:01 +01:00
parent 3c1e862f61
commit 776b2b540b
24 changed files with 29 additions and 23 deletions

View File

@@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
No unreleased changes yet... Quick, go send a PR!
## 0.6 - 2025-01-05
- Make `Config` constructors `const`
- The `std` feature has been removed
- Updated `embassy-time` to v0.4
## 0.5 - 2024-11-28
- Refactor the API structure, simplifying lifetimes and generics.

View File

@@ -1,6 +1,6 @@
[package]
name = "embassy-net"
version = "0.5.0"
version = "0.6.0"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "Async TCP/IP network stack for embedded systems"