Skip to content

Commit

Permalink
Bump version, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
tandemdude committed Jul 13, 2024
1 parent 7e9ecfb commit cb02943
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 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.0a5 (2024-07-13)

### Features

- Refactor `ExecutionPipelineFailedException` to make writing error handlers more intuitive.

### Bugfixes

- Fix incorrect assertion error happening sometimes when a subcommand is invoked.

----

## v3.0.0a4 (2024-07-02)

### Features
Expand Down
1 change: 0 additions & 1 deletion fragments/+assertion.bugfix.md

This file was deleted.

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

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

0 comments on commit cb02943

Please sign in to comment.