v1.0.0
⚠️ This release contains breaking changes
What's Changed
- Refactor/drop user dependency in telegram settings by @shifqu in #13
- fix: do not fetch callbackdata in Command.previous_step by @shifqu in #16
- fix: allow variable steps back by @shifqu in #17
- refactor: merge original with new in step._create_callback by @shifqu in #18
- refactor: make bot.get_or_create_telegram_settings private by @shifqu in #19
- refactor: add required option base-url to setwebhook by @shifqu in #20
- fix: ensure Command.create_callback has correlation_key by @shifqu in #21
- refactor: remove verify_log_messages by @shifqu in #22
- Refactor/rename command classes by @shifqu in #23
- fix(steps): make original_data optional in _create_callback by @shifqu in #24
- docs: use mkdocs and provide some basic docs by @shifqu in #15
- build: add docs-pages workflow by @shifqu in #25
Full Changelog: v0.3.0...v1.0.0