diff options
| author | 2022-04-21 22:51:03 +0100 | |
|---|---|---|
| committer | 2022-04-21 23:36:54 +0100 | |
| commit | f942d7db9b688485ac8fb879a808d8b31261853c (patch) | |
| tree | fb0385285b1a98d5add8d50b642f44c4c569f1d1 /CHANGELOG.md | |
| parent | Merge pull request #67 from python-discord/mbaruh/document (diff) | |
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 |