Skip to content

Commit

Permalink
Bump version, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
tandemdude committed Jun 28, 2024
1 parent 2490b4c commit a22c6c5
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 4 deletions.
13 changes: 13 additions & 0 deletions docs/source/changelogs/v3-changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,19 @@ Below are all the changelogs for the new versions of hikari-lightbulb (version 3

<!-- next-changelog -->

## v3.0.0a2 (2024-06-28)

### Features

- Add `PRE_INVOKE` execution step to default execution step order.
- Add ability for `Loadable.listener`s to listen for multiple event types.

### Bugfixes

- Fix not being able to access option values when their name and description are localized.

----

## v3.0.0a1 (2024-06-20)

### Features
Expand Down
1 change: 0 additions & 1 deletion fragments/+loadable_multi_listen.feature.md

This file was deleted.

1 change: 0 additions & 1 deletion fragments/+localization.bugfix.md

This file was deleted.

1 change: 0 additions & 1 deletion fragments/+pre_invoke.feature.md

This file was deleted.

2 changes: 1 addition & 1 deletion lightbulb/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,4 @@
]

# Do not change the below field manually. It is updated by CI upon release.
__version__ = "3.0.0a2"
__version__ = "3.0.0a3"

0 comments on commit a22c6c5

Please sign in to comment.