Skip to content

Commit

Permalink
Prepare for release of 2.0.0.dev115 (#1444)
Browse files Browse the repository at this point in the history
Co-authored-by: hikari-bot <90276125+hikari-bot[bot]@users.noreply.github.com>
  • Loading branch information
hikari-bot[bot] authored Jan 3, 2023
1 parent 9698b48 commit c20ac57
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 5 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## 2.0.0.dev115 (2023-01-03)

### Breaking Changes

- Remove previously deprecated functionality.
This includes:
- `RESTClient.build_action_row` ([#1438](https://github.com/hikari-py/hikari/issues/1438))

### Bugfixes

- Fix deserializing old forum channels on `GUILD_CREATE` missing some fields. ([#1439](https://github.com/hikari-py/hikari/issues/1439))

---


## 2.0.0.dev114 (2023-01-01)

### Breaking Changes
Expand Down
3 changes: 0 additions & 3 deletions changes/1438.breaking.md

This file was deleted.

1 change: 0 additions & 1 deletion changes/1439.bugfix.md

This file was deleted.

2 changes: 1 addition & 1 deletion hikari/_about.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
__copyright__: typing.Final[str] = "2021-present, davfsa"
__coverage__: typing.Final[str] = "https://codeclimate.com/github/hikari-py/hikari"
__discord_invite__: typing.Final[str] = "https://discord.gg/Jx4cNGG"
__docs__: typing.Final[str] = "https://docs.hikari-py.dev/en/master"
__docs__: typing.Final[str] = "https://docs.hikari-py.dev/en/2.0.0.dev115"
__email__: typing.Final[str] = "[email protected]"
__issue_tracker__: typing.Final[str] = "https://github.com/hikari-py/hikari/issues"
__license__: typing.Final[str] = "MIT"
Expand Down

0 comments on commit c20ac57

Please sign in to comment.