Skip to content

Commit db075d7

Browse files
committed
Bump version to 0.21.0
1 parent ada10a3 commit db075d7

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,17 @@
1-
## v0.21.0 (unreleased)
1+
## v0.21.0 (2025-11-17)
22

33
* *(event)* Added support for creator power in room v12+.
44
* *(crypto)* Added support for generating and using recovery keys for verifying
55
the active device.
6+
* *(bridge)* Added config option for self-signing bot device.
67
* *(bridge)* Removed check for login flows when using MSC4190
78
(thanks to [@meson800] in [#178]).
9+
* *(client)* Changed `set_displayname` and `set_avatar_url` to avoid setting
10+
empty strings if the value is already unset (thanks to [@frebib] in [#171]).
811

12+
[@frebib]: https://github.com/frebib
913
[@meson800]: https://github.com/meson800
14+
[#171]: https://github.com/mautrix/python/pull/171
1015
[#178]: https://github.com/mautrix/python/pull/178
1116

1217
## v0.20.8 (2025-06-01)

mautrix/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.21.0b5"
1+
__version__ = "0.21.0"
22
__author__ = "Tulir Asokan <tulir@maunium.net>"
33
__all__ = [
44
"api",

0 commit comments

Comments
 (0)