Skip to content

Commit

Permalink
Declare attrs explicitly as a dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
hypergonial committed Jan 1, 2024
1 parent 62a1cf2 commit de704af
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
hikari>=2.0.0.dev122
alluka>=0.1.4
attrs>=23.1

0 comments on commit de704af

Please sign in to comment.