aboutsummaryrefslogtreecommitdiff
path: root/embassy-net-esp-hosted/CHANGELOG.md
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2025-10-30 12:30:55 +0100
committerDario Nieuwenhuis <[email protected]>2025-10-30 12:30:55 +0100
commita4344a3833510480c0fbee49af320a70c952975f (patch)
tree2100e8667ced691a7334f2cee07b80417c06cc6d /embassy-net-esp-hosted/CHANGELOG.md
parent4827aca6470e23e94ba443ed821dc8df965b69f4 (diff)
net-esp-hosted: add changelog.
Diffstat (limited to 'embassy-net-esp-hosted/CHANGELOG.md')
-rw-r--r--embassy-net-esp-hosted/CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/embassy-net-esp-hosted/CHANGELOG.md b/embassy-net-esp-hosted/CHANGELOG.md
index 5153e3799..d8b912295 100644
--- a/embassy-net-esp-hosted/CHANGELOG.md
+++ b/embassy-net-esp-hosted/CHANGELOG.md
@@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8<!-- next-header --> 8<!-- next-header -->
9## Unreleased - ReleaseDate 9## Unreleased - ReleaseDate
10 10
11- Add an `Interface` trait to allow using other interface transports.
12- Switch to `micropb` for protobuf.
13- Update protos to latest `esp-hosted-fg`.
14
11## 0.2.1 - 2025-08-26 15## 0.2.1 - 2025-08-26
12 16
13- First release with changelog. 17- First release with changelog.