Skip to content

v0.3.0

Choose a tag to compare

@shifqu shifqu released this 15 Nov 00:59
· 73 commits to main since this release
5510529

⚠️ This release contains breaking changes from v0.2.*

  • It renamed TelegramBotTestCase.url to webhook_url.
  • It removed django_telegram_app.resolvers and moved the get_telegram_settings_model function in django_telegram_app.__init__.py
  • BaseTelegramCommand subclasses now expect the command as a type[BaseBotCommand] instead of the command_text directly.

🚨 Because this project is in early development, this is not a major release.

What's Changed

  • refactor: rename TelegramBotTestCase.url to webhook_url by @shifqu in #10
  • Refactor/management commands by @shifqu in #11
  • Feat/add mgmt commands tests by @shifqu in #12

Full Changelog: v0.2.0...v0.3.0