From 77ba4c30ccbf69ddaadadc3497e657db994f626b Mon Sep 17 00:00:00 2001 From: Chris Lovering Date: Sat, 6 May 2023 12:48:10 +0100 Subject: Changelog recent changes to bot-core --- docs/changelog.rst | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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 `. + - :release:`9.5.1 <2nd March 2023>` - :bug:`174` Bump Discord.py to :literal-url:`2.2.2 `. + - :release:`9.5.0 <28th February 2023>` - :feature:`173` Bump Discord.py to :literal-url:`2.2.0 `. + - :release:`9.4.1 <9th February 2023>` - :bug:`172` Bump Discord.py to :literal-url:`2.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 "] license = "MIT" -- cgit v1.2.3