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 Dec 5, 2022
1 parent 972237b commit 435a5d0
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions docs/source/changelogs/v2-changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,22 @@ Below are all the changelogs for the stable versions of hikari-lightbulb (versio

----

Version 2.3.0
=============

**Breaking Changes**

- :obj:`lightbulb.utils.Parser` api has been completely changed. If you use this class directly
in your own codebase then you will need to change your code.

**Other Changes**

- Add support for hikari ``2.0.0.dev113``.

- Checks should not work in threads.

- Implement application command localization.

Version 2.2.5
=============

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.5"
__version__ = "2.3.0"

0 comments on commit 435a5d0

Please sign in to comment.