From 408d2c1de3d83c724a25cb4599954021e8eacfde Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Tue, 19 Sep 2023 12:18:13 -0400 Subject: [PATCH] Bump version to 0.5.1 --- CHANGELOG.md | 12 ++++++++++++ mautrix_facebook/__init__.py | 2 +- requirements.txt | 4 ++-- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b8835ba..2b73404a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# v0.5.1 (2023-09-19) + +* **Security:** Updated Pillow to 10.0.1. +* Added support for double puppeting with arbitrary `as_token`s. + See [docs](https://docs.mau.fi/bridges/general/double-puppeting.html#appservice-method-new) for more info. +* Added support for sending captions with [MSC2530]. +* Fixed profile info not being visible in community group chats. +* Fixed permalinks being broken when bridging certain types of shared posts + from Facebook. + +[MSC2530]: https://github.com/matrix-org/matrix-spec-proposals/2530 + # v0.5.0 (2023-05-31) * Added config option to disable bridging `m.notice` messages diff --git a/mautrix_facebook/__init__.py b/mautrix_facebook/__init__.py index e663aac5..cfaa1ad9 100644 --- a/mautrix_facebook/__init__.py +++ b/mautrix_facebook/__init__.py @@ -1,2 +1,2 @@ -__version__ = "0.5.0" +__version__ = "0.5.1" __author__ = "Tulir Asokan " diff --git a/requirements.txt b/requirements.txt index d1f68df6..475b80b2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,10 +1,10 @@ aiohttp>=3,<4 yarl>=1,<2 -asyncpg>=0.20,<0.28 +asyncpg>=0.20,<0.29 ruamel.yaml>=0.15.94,<0.18 commonmark>=0.8,<0.10 python-magic>=0.4,<0.5 -mautrix>=0.20.0,<0.21 +mautrix>=0.20.2,<0.21 pycryptodome>=3,<4 paho-mqtt>=1.5,<2 zstandard