Skip to content

Commit c5439a0

Browse files
Prepare for release of 2.0.0.dev124 (#1876)
Co-authored-by: hikari-bot <90276125+hikari-bot[bot]@users.noreply.github.com>
1 parent 3b087c3 commit c5439a0

7 files changed

+18
-6
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## 2.0.0.dev124 (2024-04-07)
2+
3+
### Features
4+
5+
- Improve `Emoji.parse` typing to make it more explicit ([#1870](https://github.com/hikari-py/hikari/issues/1870))
6+
- Add ability to edit own user banner ([#1871](https://github.com/hikari-py/hikari/issues/1871))
7+
8+
### Bugfixes
9+
10+
- Fix incorrectly formatted error strings ([#1866](https://github.com/hikari-py/hikari/issues/1866))
11+
- Properly handle initial opcode as being RECONNECT (7) ([#1867](https://github.com/hikari-py/hikari/issues/1867))
12+
13+
### Documentation Improvements
14+
15+
- Replace mentions of `PRIVATE_MESSAGES` with `DM_MESSAGES` ([#1874](https://github.com/hikari-py/hikari/issues/1874))
16+
17+
---
118
## 2.0.0.dev123 (2024-03-31)
219

320
### Breaking Changes

changes/1866.bugfix.md

-1
This file was deleted.

changes/1867.bugfix.md

-1
This file was deleted.

changes/1870.feature.md

-1
This file was deleted.

changes/1871.feature.md

-1
This file was deleted.

changes/1874.documentation.md

-1
This file was deleted.

hikari/_about.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
__copyright__: typing.Final[str] = "2021-present, davfsa"
3535
__coverage__: typing.Final[str] = "https://codeclimate.com/github/hikari-py/hikari"
3636
__discord_invite__: typing.Final[str] = "https://discord.gg/Jx4cNGG"
37-
__docs__: typing.Final[str] = "https://docs.hikari-py.dev/en/master"
37+
__docs__: typing.Final[str] = "https://docs.hikari-py.dev/en/2.0.0.dev124"
3838
__email__: typing.Final[str] = "davfsa@gmail.com"
3939
__issue_tracker__: typing.Final[str] = "https://github.com/hikari-py/hikari/issues"
4040
__license__: typing.Final[str] = "MIT"

0 commit comments

Comments
 (0)