Prepare embassy-net 0.6
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user