Skip to content

Releases: bachya/pytile

5.2.3

18 Oct 02:25
Compare
Choose a tag to compare

🧰 Maintenance

  • Update pytest-cov requirement from ^2.8.1 to ^3.0.0 (#76)
  • Implement PEP 561 (#75)

5.2.2

28 Jun 16:58
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Fix potential bugs related to missing Tile state (#74)

🧰 Maintenance

  • Upgrade to GitHub-native Dependabot (#72)

5.2.1

26 Feb 22:31
Compare
Choose a tag to compare

🧰 Maintenance

  • Upgrade aiohttp to a minimum of 3.7.4 (#70)

5.2.0

28 Jan 22:55
Compare
Choose a tag to compare

🚀 Features

  • Add InvalidAuthError exception (#69)

5.1.1

14 Jan 16:51
Compare
Choose a tag to compare

🧰 Maintenance

  • Update poetry to use core back-end (#67)
  • Update linting CI step with new pre-commit action (#64)

5.1.0

10 Nov 23:37
Compare
Choose a tag to compare

🚀 Features

  • Add ring_state and voip_state properties to Tile (#63)
  • Add support for Python 3.9 (#61)

5.0.1

11 Sep 18:53
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Fix unhandled exception related to missing last_tile_state (#58)

5.0.0

17 Aug 15:23
Compare
Choose a tag to compare

🚨 Breaking Changes

  • Re-architect library for future expansion (#56)

🚀 Features

  • Re-architect library for future expansion (#56)

🧰 Maintenance

  • Update pytest requirement from ^5.4.1 to ^6.0.0 (#54)

4.0.0

03 Jul 03:59
Compare
Choose a tag to compare

🚨 Breaking Changes

  • Change client.tiles.all() to return dict (#47)

🚀 Features

  • Change client.tiles.all() to return dict (#47)

🐛 Bug Fixes

  • Fix bug where re-initialization would fail (#51)

🧰 Maintenance

  • Add breaking changes section to Release Drafter (#53)

3.0.5

26 May 18:40
Compare
Choose a tag to compare

🚀 Features

  • Make aiohttp ClientSession optional (#46)

🧰 Maintenance

  • Add pre-commit caching to CI (#45)
  • Update aresponses requirement from ^1.1.1 to ^2.0.0 (#43)
  • Adjust codespell to quiet level 4 (#42)
  • Move codecov CI action to v1 (#41)
  • Add pre-commit repos for JSON and branch (#40)
  • Remove pre-commit repos from poetry dependencies (#39)
  • Consolidate pre-commit commands in CI (#38)
  • Combile linting and static analysis into one CI pipeline (#37)
  • Bump mypy (in pre-commit) to 0.761 (#36)