Skip to content

Commit d3fc04d

Browse files
tandemdudegithub-actions[bot]
authored andcommitted
Bump version, update changelog
1 parent b0ba359 commit d3fc04d

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

docs/source/changelogs/v3-changelog.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,17 @@ Below are all the changelogs for the new versions of hikari-lightbulb (version 3
88

99
<!-- next-changelog -->
1010

11+
## v3.0.0a24 (2025-05-20)
12+
### Bugfixes
13+
14+
- Fix DI context not propagating correctly for menu callbacks where it would be expected to work. ([#563](https://github.com/tandemdude/hikari-lightbulb/issues/563))
15+
16+
### Miscellaneous
17+
18+
- Remove maximum version limit for `linkd` and `confspec`.
19+
20+
----
21+
1122
## v3.0.0a23 (2025-05-17)
1223
### Features
1324

fragments/+dep_vers.misc.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

fragments/563.bugfix.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

lightbulb/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,4 +88,4 @@
8888
linkd_utils.ANNOTATION_PARSE_LOCAL_INCLUDE_MODULES.add("lightbulb")
8989

9090
# Do not change the below field manually. It is updated by CI upon release.
91-
__version__ = "3.0.0a23"
91+
__version__ = "3.0.0a24"

0 commit comments

Comments
 (0)