diff options
author | 2023-02-09 23:13:36 +0100 | |
---|---|---|
committer | 2023-02-09 22:13:36 +0000 | |
commit | 69e52d3b68787789b8dc8a21d7ed5a2d8e527e12 (patch) | |
tree | 52ada1f4429edbe150b5beb25bb5d7facdafcd3c /docs/changelog.rst | |
parent | Merge pull request #171 from python-discord/sync-tree-on-startup (diff) |
Bump discord.py to 2.1.1 (#172)v9.4.1
* bump dpy to 2.1.1
* add bump history to changelog
* bump pydis-core version in pyproject.toml
* reinstate the old state for release 9.3.1
---------
Co-authored-by: Amrou Bellalouna <[email protected]>
Diffstat (limited to 'docs/changelog.rst')
-rw-r--r-- | docs/changelog.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst index 97661180..4c17ec29 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -4,6 +4,10 @@ Changelog ========= +- :release:`9.4.1 <9th February 2023>` +- :feature:`172` Bump Discord.py to :literal-url:`2.1.1 <https://github.com/Rapptz/discord.py/releases/tag/v2.1.1>`. + + - :release:`9.4.0 <24th December 2022>` - :feature:`171` Sync all app commands after extensions have been loaded. This release also removes the need to run :obj:`pydis_core.BotBase.load_extensions` in a task. |