We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25ebe7f commit 6705e77Copy full SHA for 6705e77
docs/source/changelogs/v0.rst
@@ -4,6 +4,13 @@ Versions 0.1+ Changelog
4
5
These are all the changelogs for releases of hikari-toolbox (from 0.1+).
6
7
+Version 0.1.4
8
+=============
9
+
10
+- Fix `can_moderate` not accounting for `ADMINISTRATOR` permissions.
11
+- Fix assertion error in `calculate_permissions` when there are no overrides for `@everyone`.
12
+- Bump `hikari` to `v.2.0.0.dev113`.
13
14
Version 0.1.3
15
=============
16
toolbox/__init__.py
@@ -5,7 +5,7 @@
from .roles import *
from .strings import *
-__version__ = "0.1.3"
+__version__ = "0.1.4"
# MIT License
#
0 commit comments