aboutsummaryrefslogtreecommitdiff
path: root/embassy-net-driver-channel
diff options
context:
space:
mode:
authorUlf Lilleengen <[email protected]>2024-08-02 21:45:10 +0200
committerUlf Lilleengen <[email protected]>2024-08-05 08:56:29 +0200
commitffb55754c8c63b1840bc085b7c3d9d1ee02a1845 (patch)
treec02d3af5bd303c71ff6db79a0585d912ae2612f1 /embassy-net-driver-channel
parent2f3b3335e12f4c3aa988078d46cb6a3597277bd7 (diff)
Prepare release embassy-net-driver-channel
Diffstat (limited to 'embassy-net-driver-channel')
-rw-r--r--embassy-net-driver-channel/CHANGELOG.md5
-rw-r--r--embassy-net-driver-channel/Cargo.toml2
2 files changed, 6 insertions, 1 deletions
diff --git a/embassy-net-driver-channel/CHANGELOG.md b/embassy-net-driver-channel/CHANGELOG.md
index b04d0a86b..a9aff4f2c 100644
--- a/embassy-net-driver-channel/CHANGELOG.md
+++ b/embassy-net-driver-channel/CHANGELOG.md
@@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
5The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), 5The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). 6and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7 7
8## 0.3.0 - 2024-08-02
9
10- Add collapse_debuginfo to fmt.rs macros.
11- Update embassy-sync version
12
8## 0.2.0 - 2023-10-18 13## 0.2.0 - 2023-10-18
9 14
10- Update `embassy-net-driver` to v0.2 15- Update `embassy-net-driver` to v0.2
diff --git a/embassy-net-driver-channel/Cargo.toml b/embassy-net-driver-channel/Cargo.toml
index 3bd7d288a..abce9315b 100644
--- a/embassy-net-driver-channel/Cargo.toml
+++ b/embassy-net-driver-channel/Cargo.toml
@@ -1,6 +1,6 @@
1[package] 1[package]
2name = "embassy-net-driver-channel" 2name = "embassy-net-driver-channel"
3version = "0.2.0" 3version = "0.3.0"
4edition = "2021" 4edition = "2021"
5license = "MIT OR Apache-2.0" 5license = "MIT OR Apache-2.0"
6description = "High-level channel-based driver for the `embassy-net` async TCP/IP network stack." 6description = "High-level channel-based driver for the `embassy-net` async TCP/IP network stack."