aboutsummaryrefslogtreecommitdiff
path: root/embassy-usb-logger/CHANGELOG.md
blob: 3ba140b1f6d53e429d117019dea80f389710373b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# 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

- Fixed panic in `UsbLogger` when usb is disconnected

## 0.5.1 - 2025-08-26

## 0.5.0 - 2025-07-22

- Update `embassy-usb` to 0.5.0

## 0.4.0 - 2025-01-15

- Update `embassy-usb` to 0.4.0

(skipped v0.3.0 to align version numbers with `embassy-usb`)

## 0.2.0 - 2024-05-20

- Update `embassy-usb` to 0.2.0
- Add support for using an existing USB device ([#2414](https://github.com/embassy-rs/embassy/pull/2414), @JomerDev)
- Fix data loss at `Pipe` wraparound
- Messages that are exactly `MAX_PACKET_SIZE` long are no longer delayed ([#2414](https://github.com/embassy-rs/embassy/pull/2414), @JomerDev)

## 0.1.0 - 2024-01-14

- Initial Release