aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2023-05-06 12:48:10 +0100
committerGravatar Chris Lovering <[email protected]>2023-05-06 12:55:41 +0100
commit77ba4c30ccbf69ddaadadc3497e657db994f626b (patch)
tree5dba336f238f0670d77454e9a6318b291208d9e9
parentLog when waiting for a guild before loading extensions (diff)
Changelog recent changes to bot-core
-rw-r--r--docs/changelog.rst6
-rw-r--r--pyproject.toml2
2 files changed, 7 insertions, 1 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst
index 9938c9b8..d9075d47 100644
--- a/docs/changelog.rst
+++ b/docs/changelog.rst
@@ -3,13 +3,19 @@
Changelog
=========
+- :release:`9.6.0 <6th May 2023>`
+- :feature:`175` Log when waiting for the guild to be available before loading cogs
+- :support:`175` Bump Discord.py to :literal-url:`2.2.3 <https://github.com/Rapptz/discord.py/releases/tag/v2.2.3>`.
+
- :release:`9.5.1 <2nd March 2023>`
- :bug:`174` Bump Discord.py to :literal-url:`2.2.2 <https://github.com/Rapptz/discord.py/releases/tag/v2.2.2>`.
+
- :release:`9.5.0 <28th February 2023>`
- :feature:`173` Bump Discord.py to :literal-url:`2.2.0 <https://github.com/Rapptz/discord.py/releases/tag/v2.2.0>`.
+
- :release:`9.4.1 <9th February 2023>`
- :bug:`172` Bump Discord.py to :literal-url:`2.1.1 <https://github.com/Rapptz/discord.py/releases/tag/v2.1.1>`.
diff --git a/pyproject.toml b/pyproject.toml
index aeddacb3..5c4ebaf0 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pydis_core"
-version = "9.5.1"
+version = "9.6.0"
description = "PyDis core provides core functionality and utility to the bots of the Python Discord community."
authors = ["Python Discord <[email protected]>"]
license = "MIT"