Skip to content

Commit bee00cf

Browse files
committed
Bump version to 0.19.0
1 parent b070162 commit bee00cf

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

CHANGELOG.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
1-
## unreleased
1+
## v0.19.0 (2023-01-10)
22

3+
* **Breaking change *(appservice)*** Removed typing status from state store.
4+
* **Breaking change *(appservice)*** Removed `is_typing` parameter from
5+
`IntentAPI.set_typing` to make the signature match `ClientAPI.set_typing`.
6+
`timeout=0` is equivalent to the old `is_typing=False`.
7+
* **Breaking change *(types)*** Removed legacy fields in Beeper MSS events.
38
* *(bridge)* Removed accidentally nested reply loop when accepting invites as
49
the bridge bot.
510
* *(bridge)* Fixed decoding JSON values in config override env vars.
6-
* *(appservice)* Removed typing status from state store.
7-
* Additionally, the `is_typing` boolean in `set_typing` is now deprecated,
8-
and `timeout=0` should be used instead to match the `ClientAPI` behavior.
911

1012
## v0.18.9 (2022-12-14)
1113

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.9"
1+
__version__ = "0.19.0"
22
__author__ = "Tulir Asokan <[email protected]>"
33
__all__ = [
44
"api",

0 commit comments

Comments
 (0)