diff --git a/docs/changelog.md b/docs/changelog.md index a001f35..22e1f30 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -9,6 +9,11 @@ hide: Here you can find all the changelogs for `hikari-arc`. +## v0.3.0 + +- Add [hooks](./guides/hooks.md). +- Declare `attrs` explicitly as a dependency. + ## v0.2.0 - **Breaking:** Rename `Context.edit_response()` to `Context.edit_initial_response()`. This is to make the purpose of the function clearer. diff --git a/requirements.txt b/requirements.txt index 704799f..3214ee2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,3 @@ hikari>=2.0.0.dev122 alluka>=0.1.4 +attrs>=23.1