Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 877 Bytes

CHANGELOG.md

File metadata and controls

32 lines (18 loc) · 877 Bytes

Changelog

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

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[5.2.0] - 2023-01-16

Added

  • HotplugEvent and HotplugEventType are now exported from the package.

[5.0.0] - 2022-04-07

Breaking changes

  • HotplugEvent is now a Python dataclass, not a namedtuple.

  • Dropped support for Python 3.6 and older.

Changed

  • libusb-package is now detected automatically and this library will use the bundled libusb version when libusb-package is available.

  • Improved typing.

[4.0.1] - 2021-10-08

This is the release that serves as a basis for changelog entries above. Refer to the commit logs for changes affecting this version and earlier versions.