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

<!-- next-changelog -->

## v3.0.0a7 (2024-07-23)

### Features

- Dependency injection system has been completely rewritten to make it much more flexible and powerful. See the
dependencies guide on the 'By Examples' page for details on the new implementation. ([#428](https://github.com/tandemdude/hikari-lightbulb/issues/428))

### Deprecations and Removals

- - Removed `lightbulb.with_di`, it has been replaced by `lightbulb.di.with_di`
- Removed `lightbulb.INJECTED`, it has been replaced by `lightbulb.di.INJECTED`
- Removed `Client.di.register_dependency` - see the dependencies guide for details on the replacement

([#428](https://github.com/tandemdude/hikari-lightbulb/issues/428))

----

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

### Features
Expand Down
2 changes: 0 additions & 2 deletions fragments/428.feature.md

This file was deleted.

3 changes: 0 additions & 3 deletions fragments/428.removal.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 @@ -78,4 +78,4 @@
]

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

0 comments on commit 0f09e2d

Please sign in to comment.