Skip to content

Commit c29c371

Browse files
committed
Bump version to 0.20.3
1 parent 1e135d1 commit c29c371

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.20.3 (2023-11-10)
2+
3+
* *(client)* Deprecated MSC2716 methods and added new Beeper-specific batch
4+
send methods, as upstream MSC2716 support has been abandoned.
5+
* *(util.async_db)* Added `PRAGMA synchronous = NORMAL;` to default pragmas.
6+
* *(types)* Fixed `guest_can_join` field name in room directory response
7+
(thanks to [@ashfame] in [#163]).
8+
9+
[@ashfame]: https://github.com/ashfame
10+
[#163]: https://github.com/mautrix/python/pull/163
11+
112
## v0.20.2 (2023-09-09)
213

314
* *(crypto)* Changed `OlmMachine.share_keys` to make the OTK count parameter

mautrix/__init__.py

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

0 commit comments

Comments
 (0)