Skip to content

Commit

Permalink
Prepare to release v0.1.4 (#19)
Browse files Browse the repository at this point in the history
* Update CI

* Prep for 0.1.4
  • Loading branch information
hypergonial authored Dec 5, 2022
1 parent 25ebe7f commit 6705e77
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions docs/source/changelogs/v0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ Versions 0.1+ Changelog

These are all the changelogs for releases of hikari-toolbox (from 0.1+).

Version 0.1.4
=============

- Fix `can_moderate` not accounting for `ADMINISTRATOR` permissions.
- Fix assertion error in `calculate_permissions` when there are no overrides for `@everyone`.
- Bump `hikari` to `v.2.0.0.dev113`.

Version 0.1.3
=============

Expand Down
2 changes: 1 addition & 1 deletion toolbox/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from .roles import *
from .strings import *

__version__ = "0.1.3"
__version__ = "0.1.4"

# MIT License
#
Expand Down

0 comments on commit 6705e77

Please sign in to comment.