aboutsummaryrefslogtreecommitdiff
path: root/embassy-net-driver-channel
diff options
context:
space:
mode:
authorRalph Ursprung <[email protected]>2025-06-08 10:57:03 +0200
committerRalph Ursprung <[email protected]>2025-07-08 23:04:29 +0200
commite9296b547a6bc6f6d69f28882fbd95107f0d5e98 (patch)
tree1154be68266cf2aa7806262895cbe9997020d5fc /embassy-net-driver-channel
parent1d522c6e4fedc045e6ed7483ffc2f91a99e2d9a6 (diff)
prepare changelog for `embassy-net-driver-channel` v0.4.0
Diffstat (limited to 'embassy-net-driver-channel')
-rw-r--r--embassy-net-driver-channel/CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/embassy-net-driver-channel/CHANGELOG.md b/embassy-net-driver-channel/CHANGELOG.md
index d7af7e55d..ebc0e96b9 100644
--- a/embassy-net-driver-channel/CHANGELOG.md
+++ b/embassy-net-driver-channel/CHANGELOG.md
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7 7
8## Unreleased 8## Unreleased
9 9
10- Update `embassy-sync` to v0.7.0
11
10## 0.3.0 - 2024-08-05 12## 0.3.0 - 2024-08-05
11 13
12- Add collapse_debuginfo to fmt.rs macros. 14- Add collapse_debuginfo to fmt.rs macros.