Skip to content

Commit 94a258c

Browse files
committed
Bump version to 0.19.4
1 parent 4c7503d commit 94a258c

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## v0.19.4 (2023-02-12)
2+
3+
* *(types)* Changed `set_thread_parent` to inherit the existing thread parent
4+
if a `MessageEvent` is passed, as starting threads from a message in a thread
5+
is not allowed.
6+
* *(util.background_task)* Added new utility for creating background tasks
7+
safely, by ensuring that the task is not garbage collected before finishing
8+
and logging uncaught exceptions immediately.
9+
110
## v0.19.3 (2023-01-27)
211

312
* *(bridge)* Bumped default timeouts for decrypting incoming messages.

mautrix/__init__.py

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

0 commit comments

Comments
 (0)