Skip to content

Latest commit

 

History

History
202 lines (88 loc) · 6.55 KB

CHANGELOG.md

File metadata and controls

202 lines (88 loc) · 6.55 KB

CHANGELOG

v1.12.2 (2024-06-24)

Fix

  • fix: fix license classifier (#40) (02b5bef)

v1.12.1 (2024-06-07)

Fix

  • fix: make tests compatible with habluetooth>=3 (#39)

Co-authored-by: J. Nick Koston <nick@koston.org> (e73c77d)

v1.12.0 (2024-01-11)

Feature

  • feat: finish transition to github trusted actions for releases (#35) (fdcc42f)

Fix

  • fix: release workflow with python3.11 (#37) (4517907)

  • fix: python version in release upload workflow (#36) (4bd2e90)

  • fix: bump python-semantic-release to fix release process (#33) (02cb578)

  • fix: switch to github trusted publishing to fix release (#32) (d90ff3d)

v1.11.1 (2024-01-09)

Fix

  • fix: bump minimum python to 3.11 to fix resolver (#31) (ffacca4)

v1.11.0 (2023-12-11)

Feature

  • feat: make home_assistant_bluetooth a wrapper around habluetooth (#29) (e161eaa)

v1.10.4 (2023-10-18)

Fix

  • fix: reduce size of wheels by excluding generated .c files (#27) (2792c58)

v1.10.3 (2023-08-27)

Fix

  • fix: rebuild wheels with cython 3.0.2 (#26) (2d0b3ff)

v1.10.2 (2023-07-25)

Fix

  • fix: relax type requirements for cython3 (#25) (aee3b26)

v1.10.1 (2023-07-24)

Fix

  • fix: update python-semantic-release to fix release process (#24) (8c60e43)

v1.10.0 (2023-04-24)

Feature

  • feat: optimize from_device_and_advertisement_data (#21) (72bd815)

v1.9.3 (2023-02-14)

Fix

  • fix: missing c extensions with newer poetry (#18)

fix for breaking change in poetry python-poetry/poetry-core#318 (866236a)

v1.9.2 (2023-01-04)

Fix

  • fix: make MANUFACTURERS import late (#17) (c783cd8)

v1.9.1 (2023-01-02)

Fix

  • fix: make bleak a dev requirement (#16) (0506ca4)

v1.9.0 (2022-12-10)

Feature

  • feat: add from_device_and_advertisement_data classmethod to BluetoothServiceInfoBleak (#15)

  • feat: add from_device_and_advertisement_data classmethod to BluetoothServiceInfoBleak

  • feat: add from_device_and_advertisement_data classmethod to BluetoothServiceInfoBleak

  • fix: drop macOS from the CI since there is nothing macOS specific here and pyobjc is currently broken (c231594)

v1.8.1 (2022-11-16)

Fix

  • fix: name collision with build that prevented PEP517 builds (#14) (032552d)

v1.8.0 (2022-11-15)

Feature

  • feat: cythonize the models (#12) (e65e000)

v1.7.0 (2022-11-14)

Feature

  • feat: move BluetoothServiceInfoBleak out of the bluetooth integration (#10) (fbc3d8e)

v1.6.0 (2022-10-14)

Feature

  • feat: update for bleak 0.19 (#9) (e872338)

v1.5.1 (2022-10-04)

Fix

  • fix: revert freeze BluetoothServiceInfo dataclass (#8) (c4cb1ab)

v1.5.0 (2022-10-04)

Feature

  • feat: freeze BluetoothServiceInfo dataclass (#7) (fafdd2a)

v1.4.0 (2022-07-20)

Feature

  • feat: add typevar to enable better subclassing (#6) (9a9b75d)

v1.3.0 (2022-07-16)

Feature

  • feat: add additional docs on the data format (#5) (40445c6)

v1.2.0 (2022-07-16)

Feature

  • feat: add a basic readme (#3) (486895b)

v1.1.2 (2022-07-16)

Unknown

  • 1.1.2 (#2)

Co-authored-by: semantic-release <semantic-release> (4247f9a)

v1.1.1 (2022-07-16)

v1.1.0 (2022-07-15)

Feature

  • feat: add the models (#1) (b5a92db)