Skip to content

Commit ecdd1d5

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

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.0a17 (2025-04-06)
12+
### Breaking Changes
13+
14+
- Removed `RestContext` and `RestAutocompleteContext`. If you were not explicitly using these classes you will not be affected.
15+
16+
### Features
17+
18+
- Added support for sending polls within command and component interaction responses.
19+
20+
----
21+
1122
## v3.0.0a16 (2025-03-21)
1223
### Features
1324

fragments/+polls.feature.md

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

fragments/+rip_out_rest.breaking.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
@@ -82,4 +82,4 @@
8282
]
8383

8484
# Do not change the below field manually. It is updated by CI upon release.
85-
__version__ = "3.0.0a16"
85+
__version__ = "3.0.0a17"

0 commit comments

Comments
 (0)