# Changelog ## 3.0.0 3rd March 2021 - Breaking: Move `apply_monkey_patches()` directly to `botcore.utils` namespace ## 2.1.0 24th February 2022 - Feature: Port the Site API wrapper from the bot repo. ## 2.0.0 22nd February 2022 - Breaking: Moved regex to `botcore.utils` namespace - Feature: Migrate from discord.py 2.0a0 to disnake. - Feature: Add common monkey patches. - Feature: Port many common utilities from our bots - caching - channel - extensions - loggers - members - scheduling - Support: Added intersphinx to docs. ## 1.2.0 9th January 2022 - Feature: Add code block detection regex. ## 1.1.0 2nd December 2021 - Support: Add autogenerated docs. - Feature: Add a regex utility. ## 1.0.0 17th November 2021 - Support: Add the core package, poetry, and linting CI.