Skip to content

Latest commit

 

History

History
92 lines (40 loc) · 2.45 KB

CHANGELOG.md

File metadata and controls

92 lines (40 loc) · 2.45 KB

CHANGELOG

v0.4.5 (2023-12-16)

Fix

  • fix: missing build command in pyproject.toml (#16) (4f47c47)

v0.4.4 (2023-12-16)

Fix

  • fix: remove unused workflows (#15) (21946e5)

v0.4.3 (2023-12-16)

Fix

  • fix: switch to trusted publishing (#14) (8fdbef1)

v0.4.2 (2023-12-16)

Fix

  • fix: ensure lib can be imported in windows (#10) (27435cb)

v0.4.1 (2022-11-27)

Fix

  • fix: handle manufacturer and product files missing (#9) (9c98038)

v0.4.0 (2022-11-27)

Feature

  • feat: add not usb error (#8) (d778dc4)

v0.3.0 (2022-11-27)

Feature

  • feat: Add example to readme (17015a8)

Fix

Unknown

v0.2.0 (2022-11-27)

Feature

  • feat: add a trivial test (#6) (3520480)

v0.1.0 (2022-11-27)

Feature

  • feat: add first version (#5) (e34423e)

v0.0.3 (2022-11-26)

Fix

  • fix: setup release tooling (#4) (e2b9039)

v0.0.2 (2022-11-26)

Fix

  • fix: test release tooling (#2) (f5993c7)

Unknown