Skip to content

v0.1.0

Compare
Choose a tag to compare
@nzlosh nzlosh released this 25 Nov 09:27
· 45 commits to main since this release

[0.1.0] 2021-11-25

Added

  • Added changelog file.
  • Added Github actions for unit tests, codestyle, lint.
  • Added Python 3.10 to unit tets
  • Added unit tests.
  • Added handler for reaction add/remove.

Changed

  • Person field returns unique identifier instead of @ usernames which aren't guaranteed to be unique.
    See #33 for details.
  • Pinned markdown to v3.3.6 or newer for @mention support.
  • Unpinned aiohttp
  • Pinned slack-sdk to v3.12.0 or newer for latest fixes.
  • Pinned slackeventsapi to v3.0.0 or newer for latest fixes.

Removed

  • Python 3.6 from unit tests.