Skip to content

Commit

Permalink
Update version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
tandemdude committed Nov 2, 2022
1 parent 9937494 commit 3f311ab
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions docs/source/changelogs/v2-changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,19 @@ Below are all the changelogs for the stable versions of hikari-lightbulb (versio

----

Version 2.3.0
Version 2.2.5
=============

- Add support for Python 3.11.

- Bump hikari requirement to ``2.0.0.dev111``.

- Allow a user to iterate through ``ctx.options`` using :meth:`~lightbulb.context.base.OptionsProxy.items`.

Version 2.2.4
=============

- Add :obj:`~lightbulb.utils.data_store.DataStore.get_as` to allow ``DataStore`` to be more type-complete.
- Add :meth:`~lightbulb.utils.data_store.DataStore.get_as` to allow ``DataStore`` to be more type-complete.

Version 2.2.3
=============
Expand Down
2 changes: 1 addition & 1 deletion lightbulb/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,4 +179,4 @@
from lightbulb.help_command import *
from lightbulb.plugins import *

__version__ = "2.2.4"
__version__ = "2.2.5"

0 comments on commit 3f311ab

Please sign in to comment.