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 Aug 30, 2024
1 parent 093d5d4 commit 6269ed0
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.0a12 (2024-08-30)
### Breaking Changes

- `Menu.attach` now has the `wait` parameter set to `True` by default, and the `timeout` parameter set to `30s` by default.

### Bugfixes

- Fix DI creating a new default container every time instead of reusing the existing one.
- Fixed DI failing when trying to create dependencies with more complex dependency trees.

----

## v3.0.0a11 (2024-08-29)
### Bugfixes

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

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion fragments/+menu_timeout.breaking.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.0a11"
__version__ = "3.0.0a12"

0 comments on commit 6269ed0

Please sign in to comment.