From 7ac8292513b81fe66682520f6415ca8cf94a0c38 Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Tue, 15 Nov 2022 17:08:44 +0200 Subject: [PATCH] Bump version to 0.4.1 [skip cd] --- CHANGELOG.md | 9 +++++++++ mautrix_facebook/__init__.py | 2 +- optional-requirements.txt | 2 +- requirements.txt | 2 +- 4 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a8bb4026..2fdf646d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# v0.4.1 (2022-11-15) + +* Improved unsupported message fallbacks and added support for more message + types from Facebook. + * Powerup messages, descriptions in story attachments, facebook pay messages + and group join links among other things should be bridged now. +* Added support for dynamically fetching a proxy URL. +* Added option to bypass startup script in docker image. + # v0.4.0 (2022-04-06) * Dropped Python 3.7 support. diff --git a/mautrix_facebook/__init__.py b/mautrix_facebook/__init__.py index bebde31e..d0d18639 100644 --- a/mautrix_facebook/__init__.py +++ b/mautrix_facebook/__init__.py @@ -1,2 +1,2 @@ -__version__ = "0.4.0" +__version__ = "0.4.1" __author__ = "Tulir Asokan " diff --git a/optional-requirements.txt b/optional-requirements.txt index 088a5332..5ac7bf22 100644 --- a/optional-requirements.txt +++ b/optional-requirements.txt @@ -9,7 +9,7 @@ python-olm>=3,<4 unpaddedbase64>=1,<3 #/metrics -prometheus_client>=0.6,<0.15 +prometheus_client>=0.6,<0.16 #/proxy pysocks diff --git a/requirements.txt b/requirements.txt index 849a202d..6964bfb3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ aiohttp>=3,<4 yarl>=1,<2 -asyncpg>=0.20,<0.27 +asyncpg>=0.20,<0.28 ruamel.yaml>=0.15.94,<0.18 commonmark>=0.8,<0.10 python-magic>=0.4,<0.5