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 8, 2024
1 parent cc01306 commit c22e164
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.0a9 (2024-08-08)
### Features

- Add `prefab` subpackage containing some simple built-in hooks. More will continue to be added.
- `utils.get_command_data()` now works for groups and subgroups.

### Miscellaneous

- Switch to using types from `collections.abc` instead of `typing` wherever possible.

----

## v3.0.0a8 (2024-07-29)

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

This file was deleted.

1 change: 0 additions & 1 deletion fragments/+prefab.feature.md

This file was deleted.

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

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

0 comments on commit c22e164

Please sign in to comment.