We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8691786 commit 1de10f0Copy full SHA for 1de10f0
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+## v0.18.6 (2022-10-24)
2
+
3
+* *(util.formatter)* Added conversion method for `<hr>` tag and defaulted to
4
+ converting back to `---`.
5
6
## v0.18.5 (2022-10-20)
7
8
* *(appservice)* Added try blocks around [MSC3202] handler functions to log
mautrix/__init__.py
@@ -1,4 +1,4 @@
-__version__ = "0.18.5"
+__version__ = "0.18.6"
__author__ = "Tulir Asokan <[email protected]>"
__all__ = [
"api",
0 commit comments