Skip to content

Commit 6705e77

Browse files
authored
Prepare to release v0.1.4 (#19)
* Update CI * Prep for 0.1.4
1 parent 25ebe7f commit 6705e77

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

docs/source/changelogs/v0.rst

+7
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ Versions 0.1+ Changelog
44

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

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+
714
Version 0.1.3
815
=============
916

toolbox/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from .roles import *
66
from .strings import *
77

8-
__version__ = "0.1.3"
8+
__version__ = "0.1.4"
99

1010
# MIT License
1111
#

0 commit comments

Comments
 (0)