Skip to content

Commit

Permalink
Prepare for release of 2.0.0.dev120 (#1632)
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 Jun 8, 2023
1 parent cf28ba9 commit 9ade539
Show file tree
Hide file tree
Showing 8 changed files with 27 additions and 10 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
## 2.0.0.dev120 (2023-06-08)

### Breaking Changes

- Remove previously deprecated `hikari.impl.bot` module ([#1612](https://github.com/hikari-py/hikari/issues/1612))

### Deprecation

- Deprecate `User.discriminator` ([#1631](https://github.com/hikari-py/hikari/issues/1631))

### Features

- Implement voice messages ([#1609](https://github.com/hikari-py/hikari/issues/1609))
- Implement username changes:
- Add `global_name`
- `User.__str__()` respects `global_name` now
- `User.default_avatar_url` returns correct URL for migrated accounts ([#1631](https://github.com/hikari-py/hikari/issues/1631))

### Bugfixes

- Fix a bug in `RESTClient.edit_guild` which load to closed stream errors ([#1627](https://github.com/hikari-py/hikari/issues/1627))
- Properly handle DM channels in resolved interaction channels. ([#1628](https://github.com/hikari-py/hikari/issues/1628))

---


## 2.0.0.dev119 (2023-05-08)

### Breaking Changes
Expand Down
1 change: 0 additions & 1 deletion changes/1609.feature.md

This file was deleted.

1 change: 0 additions & 1 deletion changes/1612.breaking.md

This file was deleted.

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

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion changes/1631.deprecation.md

This file was deleted.

4 changes: 0 additions & 4 deletions changes/1631.feature.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.dev120"
__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 9ade539

Please sign in to comment.