- Add `lightbulb.errors.ConverterFailure.raw_value`.
- Fix context menu commands not able to be registered globally.
- Fix `StartingEvent` listener not correctly being subscribed to in the tasks extension.
- Update `__all__` to add missing items.
- Add `lightbulb.errors.CheckFailure.causes`.
- Fix non-ephemeral followup responses to interactions not being able to be edited.
- Add support for `hikari.Attachment` option type.
- Add kwarg `pass_options` to `lightbulb.decorators.command` decorator.
- Add `lightbulb.decorators.set_max_concurrency`.
- Deprecate `lightbulb.checks.has_attachment`.
- Fix plugins being shown in the default help command even when no commands are visible in the plugin.
- Fix subcommand names being present in `Context.options` for slash subcommands.