Skip to content

Commit

Permalink
Bump version to 0.16.8
Browse files Browse the repository at this point in the history
  • Loading branch information
tulir committed Jun 20, 2022
1 parent 75964da commit fa1514c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## v0.16.8 (2022-06-20)

* *(bridge)* Updated e2be helper to stop bridge if syncing fails.
* *(util.async_db)* Updated asyncpg connector to stop program if an asyncpg
`InternalClientError` is thrown. These errors usually cause everything to
get stuck.
* The behavior can be disabled by passing `meow_exit_on_ice` = `false` in
the `db_args`.

## v0.16.7 (2022-06-19)

* *(util.formatter)* Added support for parsing `img` tags
Expand Down
2 changes: 1 addition & 1 deletion mautrix/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.16.7"
__version__ = "0.16.8"
__author__ = "Tulir Asokan <tulir@maunium.net>"
__all__ = [
"api",
Expand Down

0 comments on commit fa1514c

Please sign in to comment.