diff options
author | 2022-04-21 23:38:32 +0100 | |
---|---|---|
committer | 2022-04-21 23:38:32 +0100 | |
commit | 625096658acab557713949ede22f80d025ebf6dc (patch) | |
tree | fb0385285b1a98d5add8d50b642f44c4c569f1d1 /CHANGELOG.md | |
parent | Merge pull request #67 from python-discord/mbaruh/document (diff) | |
parent | Bump version in pyproject and changelog last few releases (diff) |
Merge pull request #68 from python-discord/fix-version-numberv6.3.1
Bump version in pyproject and changelog last few releases
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index ed66f70b..a2d1dd66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## 6.3.1 21st April 2022 +- Fix: Correct version number in pyproject.toml + +## 6.3.0 21st April 2022 +- Feature: Don't load modules starting with `_` + +## 6.2.0 21st April 2022 +- Feature: Load each cog in it's own task to avoid a single cog crashing entire load process. + ## 6.1.0 20th April 2022 - Feature: Add `unqualify` to the `botcore.utils` namespace for use in bots that manipulate extensions |