From 5df9800c2ec1c47f21dace3421f88defc5cbb55e Mon Sep 17 00:00:00 2001 From: tandemdude Date: Wed, 30 Oct 2024 10:50:50 +0000 Subject: [PATCH] Bump version, update changelog --- docs/source/changelogs/v3-changelog.md | 11 +++++++++++ fragments/+py13.misc.md | 1 - fragments/472.bugfix.md | 1 - lightbulb/__init__.py | 2 +- 4 files changed, 12 insertions(+), 3 deletions(-) delete mode 100644 fragments/+py13.misc.md delete mode 100644 fragments/472.bugfix.md diff --git a/docs/source/changelogs/v3-changelog.md b/docs/source/changelogs/v3-changelog.md index 8bd9fda7..f8aaa97b 100644 --- a/docs/source/changelogs/v3-changelog.md +++ b/docs/source/changelogs/v3-changelog.md @@ -8,6 +8,17 @@ Below are all the changelogs for the new versions of hikari-lightbulb (version 3 +## v3.0.0a14 (2024-10-30) +### Bugfixes + +- Fixed lightbulb.attachment option, which previously compiled to hikari.OptionType.MENTIONABLE ([#472](https://github.com/tandemdude/hikari-lightbulb/issues/472)) + +### Miscellaneous + +- Add support for Python 3.13 + +---- + ## v3.0.0a13 (2024-09-30) ### Features diff --git a/fragments/+py13.misc.md b/fragments/+py13.misc.md deleted file mode 100644 index f32ba63f..00000000 --- a/fragments/+py13.misc.md +++ /dev/null @@ -1 +0,0 @@ -Add support for Python 3.13 diff --git a/fragments/472.bugfix.md b/fragments/472.bugfix.md deleted file mode 100644 index ba295893..00000000 --- a/fragments/472.bugfix.md +++ /dev/null @@ -1 +0,0 @@ -Fixed lightbulb.attachment option, which previously compiled to hikari.OptionType.MENTIONABLE diff --git a/lightbulb/__init__.py b/lightbulb/__init__.py index 8ab5a8f4..b3fcd335 100644 --- a/lightbulb/__init__.py +++ b/lightbulb/__init__.py @@ -83,4 +83,4 @@ ] # Do not change the below field manually. It is updated by CI upon release. -__version__ = "3.0.0a13" +__version__ = "3.0.0a14"