aboutsummaryrefslogtreecommitdiff
path: root/embassy-net-esp-hosted/CHANGELOG.md
blob: 6991b39fdf5d07f7994ad11bd1fc9302d4940bf0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

<!-- next-header -->
## Unreleased - ReleaseDate

- Add an `Interface` trait to allow using other interface transports.
- Switch to `micropb` for protobuf.
- Update protos to latest `esp-hosted-fg`.
- Add support for OTA firmware updates.

## 0.2.1 - 2025-08-26

- First release with changelog.