Skip to content

Commit fa1514c

Browse files
committed
Bump version to 0.16.8
1 parent 75964da commit fa1514c

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.16.8 (2022-06-20)
2+
3+
* *(bridge)* Updated e2be helper to stop bridge if syncing fails.
4+
* *(util.async_db)* Updated asyncpg connector to stop program if an asyncpg
5+
`InternalClientError` is thrown. These errors usually cause everything to
6+
get stuck.
7+
* The behavior can be disabled by passing `meow_exit_on_ice` = `false` in
8+
the `db_args`.
9+
110
## v0.16.7 (2022-06-19)
211

312
* *(util.formatter)* Added support for parsing `img` tags

mautrix/__init__.py

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

0 commit comments

Comments
 (0)