diff options
author | 2022-04-02 20:21:39 +0100 | |
---|---|---|
committer | 2022-04-02 20:21:39 +0100 | |
commit | 3732ccccbebf26da1678b24c1446019dad079745 (patch) | |
tree | 1761eb4232b0e7f80a0c5761602483f732555e02 | |
parent | Merge pull request #42 from python-discord/bump-d.py-and-add-BotBase (diff) | |
parent | Bump version to 5.0.0 (diff) |
Merge pull request #49 from python-discord/5.0.0-changelogv5.0.0
Update changelog with latest changes
-rw-r--r-- | CHANGELOG.md | 6 | ||||
-rw-r--r-- | pyproject.toml | 2 |
2 files changed, 7 insertions, 1 deletions
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 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 <[email protected]>"] license = "MIT" |