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

<!-- next-changelog -->

## v3.0.0a6 (2024-07-18)

### Features

- Add support for unloading and atomic reloading of extensions.
- Implement repeating tasks - including uniform and cron-based triggers and support within extensions.

### Bugfixes

- Fix limit for message ID length for options name and description when using `GnuLocalizationProvider`. ([#427](https://github.com/tandemdude/hikari-lightbulb/issues/427))
- Fix localization not being supported correctly for commands using deferred guild registration.

### Deprecations and Removals

- The `unload()` method is now required to be implemented for `Loader`s.

----

## v3.0.0a5 (2024-07-13)

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

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion fragments/+require_unload.removal.md

This file was deleted.

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

This file was deleted.

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

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

0 comments on commit e81bee4

Please sign in to comment.