Skip to content

Latest commit

 

History

History
69 lines (37 loc) · 3.74 KB

HISTORY.md

File metadata and controls

69 lines (37 loc) · 3.74 KB

0.2.1 - 2024-03-19

Compare with 0.2.0

Added

  • Add typing (ae3bc88 by sdb9696).
  • Add ruff pre-commit hook (bd98a4e by sdb9696).
  • Publisher verbose (98cd5c4 by sdb9696).

Fixed

  • Fix publisher (6347dc2 by sdb9696).
  • Fix cryptography warning in key generation (5d4685b by sdb9696).
  • Fix broken proto file (1bf3625 by sdb9696).

Merged

  • Merge pull request #1 from sdb9696/add_typing (919eb97 by Steven B).

0.2.0 - 2023-10-31

Compare with 0.1.4

  • Bump to 0.2.0, rename entry points and add run state for stability (e3cbfda by sdb9696).

Removed

  • Remove need to be created in an event loop (87daa6b by sdb9696).

0.1.4 - 2023-10-25

Compare with 0.1.3

  • Relax protobuf dependency for HA (9ac0bc6 by sdb9696).

0.1.3 - 2023-10-25

Compare with 0.1.2

  • Bugfix python 3.9 async lock (c2ee681 by sdb9696).

0.1.2 - 2023-10-25

Compare with 0.1.1

Fixed

  • Update handling of no event loop and bump version (29f3841 by sdb9696).

0.1.1 - 2023-10-23

Compare with 0.1.0

Fixed

  • Fix gcm checkin with credentials (4c51098 by sdb9696).

0.1.0 - 2023-10-23

Compare with first commit

Added

  • Add tests and docs and refactor (77c225c by sdb9696).

Fixed

  • Fix publish workflow (447d379 by sdb9696).