v0.3.0
⚠️ This release contains breaking changes from v0.2.*
- It renamed TelegramBotTestCase.url to webhook_url.
- It removed
django_telegram_app.resolversand moved the get_telegram_settings_model function indjango_telegram_app.__init__.py - BaseTelegramCommand subclasses now expect the
commandas atype[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