Skip to content

v1.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 25 Feb 07:46
· 142 commits to main since this release

1.2.0 - 2024-02-25

Bug Fixes

  • Handle null route in Message - (f5db564)

Features

  • Use new persistent caching method - (b1bf4b6)

Miscellaneous Chores

  • (deps) Update dependencies - (e795604)
  • Remove git-cliff config - (be95b2a)
  • Update pyproject.toml - (c2a70f4)

Refactoring

  • [breaking]Rename DataNotFound to DataNotFoundError - (5c33cb0)
  • Comply to PEP-585 typing annotation standards - (21facb3)
  • Remove unnecessary init file - (031446e)

Tests