Skip to content

Commit

Permalink
Prepare for release of 2.0.0.dev110 (#1239)
Browse files Browse the repository at this point in the history
Prepare for release of version 2.0.0.dev110

Co-authored-by: hikari-bot <90276125+hikari-bot[bot]@users.noreply.github.com>
  • Loading branch information
hikari-bot[bot] authored Aug 8, 2022
1 parent aa2bb11 commit 47bf3fc
Show file tree
Hide file tree
Showing 8 changed files with 31 additions and 8 deletions.
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,37 @@ This file is updated every release with the use of `towncrier` from the fragment

.. towncrier release notes start

Hikari 2.0.0.dev110 (2022-08-08)
================================

Breaking Changes
----------------

- Removed case of `Member.mention` returning bang (`!`) mention, as it is deprecated by Discord. ([#1207](https://github.com/hikari-py/hikari/issues/1207))


Deprecation
-----------

- `RESTClient.edit_permission_overwrites` renamed to `RESTClient.edit_permission_overwrite` ([#1195](https://github.com/hikari-py/hikari/issues/1195))


Features
--------

- Add `hikari.events.StickersUpdateEvent` and relevant cache internals.
Add sticker related public methods onto `hikari.impl.CacheImpl` and `hikari.guilds.Guild`. ([#1126](https://github.com/hikari-py/hikari/issues/1126))
- `GuildVoiceChannel` now inherits from `TextableGuildChannel` instead of `GuildChannel`. ([#1189](https://github.com/hikari-py/hikari/issues/1189))
- Add the `app_permissions` field to command and component interactions. ([#1201](https://github.com/hikari-py/hikari/issues/1201))
- Add application command badge ([#1225](https://github.com/hikari-py/hikari/issues/1225))


Bugfixes
--------

- Fix how CommandBuilder handles `default_member_permissions` to match the behaviour on PartialCommand. ([#1212](https://github.com/hikari-py/hikari/issues/1212))


Hikari 2.0.0.dev109 (2022-06-26)
================================

Expand Down
2 changes: 0 additions & 2 deletions changes/1126.feature.md

This file was deleted.

1 change: 0 additions & 1 deletion changes/1189.feature.md

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion changes/1201.feature.md

This file was deleted.

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

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion changes/1225.feature.md

This file was deleted.

0 comments on commit 47bf3fc

Please sign in to comment.