Skip to content

Commit 7c6fb06

Browse files
committed
Bump version to 0.18.4
1 parent 136d489 commit 7c6fb06

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## v0.18.4 (2022-10-13)
2+
3+
* *(client.api)* Added option to pass custom data to `/createRoom` to enable
4+
using custom fields and testing MSCs without changing the library.
5+
* *(client.api)* Updated [MSC3870] support to send file name in upload complete
6+
call.
7+
* *(types)* Changed `set_edit` to clear reply metadata as edits can't change
8+
the reply status.
9+
* *(util.formatter)* Fixed edge case causing negative entity lengths when
10+
splitting entity strings.
11+
112
## v0.18.3 (2022-10-11)
213

314
* *(util.async_db)* Fixed mistake in default no-op database error handler

mautrix/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.18.3"
1+
__version__ = "0.18.4"
22
__author__ = "Tulir Asokan <[email protected]>"
33
__all__ = [
44
"api",

0 commit comments

Comments
 (0)