Skip to content

Commit

Permalink
Prepare 0.4 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
hypergonial committed Jan 5, 2024
1 parent c86788a commit 3fea3f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion arc/internal/about.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
__maintainer__: t.Final[str] = "hypergonial"
__license__: t.Final[str] = "MIT"
__url__: t.Final[str] = "https://github.com/hypergonial/hikari-arc"
__version__: t.Final[str] = "0.3.1"
__version__: t.Final[str] = "0.4.0"

# MIT License
#
Expand Down
4 changes: 2 additions & 2 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ hide:

Here you can find all the changelogs for `hikari-arc`.

## Unreleased
## v0.4.0

- Add localization support through locale providers.
- Add localization support through locale providers. See the localization example for more.
- Add `@GatewayClient.listen`, `GatewayClient.subscribe`, `GatewayClient.unsubscribe`.
- Add `@GatewayPlugin.listen`, `GatewayPlugin.subscribe`, `GatewayPlugin.unsubscribe`.
- Make all first-order decorators work as second-order decorators as well.
Expand Down

0 comments on commit 3fea3f2

Please sign in to comment.