Skip to content

Commit

Permalink
Bump version, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
tandemdude authored and github-actions[bot] committed Nov 22, 2024
1 parent 706673f commit b882809
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 4 deletions.
12 changes: 12 additions & 0 deletions docs/source/changelogs/v3-changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,18 @@ Below are all the changelogs for the new versions of hikari-lightbulb (version 3

<!-- next-changelog -->

## v3.0.0a15 (2024-11-22)
### Features

- `Menu.attach` now returns an instance of `MenuHandle` instead of a generic awaitable - allowing the menu to be stopped without using a `MenuContext` or timeout.

### Bugfixes

- Changed logging level for exceptions happening in tasks from `WARNING` to `ERROR`. ([#486](https://github.com/tandemdude/hikari-lightbulb/issues/486))
- Fix sporadic attribute error when using `self.previous_row()` within a component menu class.

----

## v3.0.0a14 (2024-10-30)
### Bugfixes

Expand Down
1 change: 0 additions & 1 deletion fragments/+components_attr_error.bugfix.md

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion fragments/486.bugfix.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 @@ -83,4 +83,4 @@
]

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

0 comments on commit b882809

Please sign in to comment.