Big scheduler update.
This release contains lots of small improvements and also some :warning: possibly breaking changes :warning:.
What's Changed
* Added timezone-aware schedule support. by s3rius in https://github.com/taskiq-python/taskiq/pull/198
* Docs updated. by s3rius in https://github.com/taskiq-python/taskiq/pull/199
* Fixed delay for specific time values. by s3rius in https://github.com/taskiq-python/taskiq/pull/200
Since now ScheduledTasks respect timezone, please verify that you use UTC everywhere you need. If you were using local datetime, this update may break some schedules. If you were using `datetime.utcnow()`, you don't need to change anything, since for backward compatibility we just add UTC time zone information to all datetimes which don't have timezone information.
**Full Changelog**: https://github.com/taskiq-python/taskiq/compare/0.8.8...0.9.0