Skip to content

v0.11.0

Compare
Choose a tag to compare
@elliot-100 elliot-100 released this 17 Jul 10:06
· 21 commits to main since this release

0.11.0 - 2024-07-17

Added

  • Event attributes: cancelled, created_time, end_time, invite_time, type,
    property url.

Changed

  • Public API is defined using __all__ instead of import aliasing, which improves e.g.
    documentation handling in IDEs.
  • Consistent pattern for all classes' string representation, including full uid
  • Simplified and improved docstrings
  • Dependencies: remove upper bounds for simplicity; drop redundant python-dateutil
  • Dev dependencies: drop redundant types-python-dateutil

Fixed

  • Tests didn't import from the top-level namespace, i.e. didn't use public API.

Full Changelog: v0.10.1...v0.11.0