[0.4.1](https://github.com/pmdevita/hikari-atsume/compare/v0.4.0...v0.4.1) (2023-09-13)
Delayed this probably longer than I should have but here is 0.4.1!
This release changes how autoreload works, you now have to enable debug mode to activate it. You can find more info about
debug mode in the appendix in the docs.
It also includes some crucial fixes for mypy typing, so if your project was using `--strict` things should pass correctly now.
Features
* Add automatic uvloop import, disable setting ([5c16764](https://github.com/pmdevita/hikari-atsume/commit/5c167642f1e5d9558388b5d9623869d2baa3bfde))
* Add debug mode ([d09ad18](https://github.com/pmdevita/hikari-atsume/commit/d09ad183508b481de7fc77ff5963b5a427ce9868))
* Autoformat database migrations if black is installed ([d58dac3](https://github.com/pmdevita/hikari-atsume/commit/d58dac3f63c249156a79bddb67b1415f60665b16))
Bug Fixes
* Fix the AtsumeEventListener typing ([0b28cbb](https://github.com/pmdevita/hikari-atsume/commit/0b28cbba975d31528af2fd96873d7d415a8264df))
Documentation
* Add debug mode ([5159866](https://github.com/pmdevita/hikari-atsume/commit/5159866623afdf53c61e91764ce2b047bf6b4a9d))
* Add speedup docs ([6931ed2](https://github.com/pmdevita/hikari-atsume/commit/6931ed2aee48c301971c011e51f641976fee972c))
* Small edits to existing tutorial, complete page 3 ([6ca74c1](https://github.com/pmdevita/hikari-atsume/commit/6ca74c1ba63d6693ca6b0c211acfd90305839fa5))
Build Systems
* Add speedup dependencies ([f3f1897](https://github.com/pmdevita/hikari-atsume/commit/f3f18975a3e10ce7c8b65dc89c8b35bc4558fc09))
* Change versioning to restrict incompatible Tanjun versions ([054c220](https://github.com/pmdevita/hikari-atsume/commit/054c220c97b57ccfafbbef4f70f911ec01b300b4))
* Remove Towncrier since we are using Angular commit messages instead ([fcf4883](https://github.com/pmdevita/hikari-atsume/commit/fcf488304126b20c4a516e51994d60e1b78d347d))