See https://github.com/parafoxia/chatto/releases/tag/v0.2.0 for v0.2.0 release notes.
This post release edits the README, and fixes an issue in the setup.py file.
0.2.0
Additions
* You can now use the `bot.listen` decorator to subscribe to events, though the old method is still present * New event types have been added: * `ChatPolledEvent` * `MessageSentEvent` * `AuthorisedEvent`
Fixes
* Fix a few typing issues
0.1.2
Fixes
* Fixed a substantial bug which prevented the bot running properly on Python versions 3.10 and under * Removed support for Python 3.7 as asyncio works too differently in that version * Various other patches
0.1.1
Additions
* You can now provide a path to your secrets file through the `YouTubeBot` constructor
Changes
* Errors raised while getting stream info are now of type `chatto.HTTPError` rather than `aiohttp.client_exceptions.ClientResponseError`
0.1.0
First proper release to PyPI! This adds a whole host of things -- basically the framework to get everything going. There's no documentation yet, but make sure to check all the files to see what you can use (: