From 19c8ddd859d0d60038891e2e4c0717c585967198 Mon Sep 17 00:00:00 2001 From: Chris Lovering Date: Thu, 3 Mar 2022 19:41:35 +0000 Subject: Document breaking monkey patch change --- CHANGELOG.md | 5 ++++- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 67aca72b..09287fc4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,13 @@ # 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 +- 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 diff --git a/pyproject.toml b/pyproject.toml index c003cfc0..188edb8f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "bot-core" -version = "2.1.0" +version = "3.0.0" description = "Bot-Core provides the core functionality and utilities for the bots of the Python Discord community." authors = ["Python Discord "] license = "MIT" -- cgit v1.2.3