From 2e3cbdc916eaeed9bd4ee65caec6256fd919079e Mon Sep 17 00:00:00 2001 From: Chris Lovering Date: Sat, 2 Apr 2022 20:12:29 +0100 Subject: Update changelog with latest changes --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f299e2a..b041bad6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 5.0.0 2nd April 2022 +- Breaking: Remove public extensions util +- Feature: Add `BotBase`, a `discord.ext.commands.Bot` sub-class, which abstracts a lot of logic shared between our bots +- Feature: Add async statsd client +- Dependencies: Bump Discord.py to latest alpha commit + ## 4.0.0 14th March 2022 - Breaking: Migrate back to Discord.py 2.0 -- cgit v1.2.3 From a247d94147d7233afc556592f8aa45c6bf3b2e97 Mon Sep 17 00:00:00 2001 From: Chris Lovering Date: Sat, 2 Apr 2022 20:14:58 +0100 Subject: Bump version to 5.0.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9626a2a9..7f2c2f7b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "bot-core" -version = "4.0.0" +version = "5.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