We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dfdd3f commit ebabe5eCopy full SHA for ebabe5e
docs/changelog.rst
@@ -4,6 +4,10 @@
4
Changelog
5
=========
6
7
+- :release:`11.5.0 <17th October 2024>`
8
+- :feature:`282` Update :obj:`pydis_core.utils.regex.DISCORD_INVITE` to cover more edge cases.
9
+
10
11
- :release:`11.4.0 <11th September 2024>`
12
- :feature:`269` Update :obj:`pydis_core.utils.regex.DISCORD_INVITE` to also match backslash before the invite code.
13
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "pydis_core"
3
-version = "11.4.0"
+version = "11.5.0"
description = "PyDis core provides core functionality and utility to the bots of the Python Discord community."
authors = ["Python Discord <info@pythondiscord.com>"]
license = "MIT"
0 commit comments