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 15, 2024
1 parent 9bb68bc commit d1fa377
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 5 deletions.
16 changes: 16 additions & 0 deletions docs/source/changelogs/v3-changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,22 @@ Below are all the changelogs for the new versions of hikari-lightbulb (version 3

<!-- next-changelog -->

## v3.0.0a10 (2024-08-15)
### Documentation

- Update code examples for version 3 from version 2. ([#436](https://github.com/tandemdude/hikari-lightbulb/issues/436))

### Features

- Add a component and modal handler implementation. You can use these to more easily handle the creation and execution
of message components, as well as submitted modal forms. ([#438](https://github.com/tandemdude/hikari-lightbulb/issues/438))

### Deprecations and Removals

- The `ephemeral` argument for `Context.defer()` is now keyword-only.

----

## v3.0.0a9 (2024-08-08)
### Features

Expand Down
1 change: 0 additions & 1 deletion fragments/+defer.removal.md

This file was deleted.

1 change: 0 additions & 1 deletion fragments/436.doc.md

This file was deleted.

2 changes: 0 additions & 2 deletions fragments/438.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 @@ -83,4 +83,4 @@
]

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

0 comments on commit d1fa377

Please sign in to comment.