Skip to content

Commit

Permalink
Bump version to 0.14.5
Browse files Browse the repository at this point in the history
  • Loading branch information
tulir committed Jan 14, 2022
1 parent 7181f13 commit fb45031
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.14.5 (2022-01-04)

* *(util.formatter)* Removed the default handler for room pill conversion.
* This means they'll be formatted as normal links unless the bridge or other
thing using the formatter overrides `room_pill_to_fstring`.
* *(types)* Fixed the `event_id` property of `MatrixURI`s throwing an error
(instead of returning `None`) when the parsed link didn't contain a second
part with an event ID.

## v0.14.4 (2022-01-13)

* Bumped minimum yarl version to 1.5. v1.4 and below didn't allow `URL.build()`
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.14.4"
__version__ = "0.14.5"
__author__ = "Tulir Asokan <tulir@maunium.net>"
__all__ = [
"api",
Expand Down

0 comments on commit fb45031

Please sign in to comment.