Skip to content
This repository has been archived by the owner on Mar 2, 2024. It is now read-only.

Commit

Permalink
Bump version to 0.4.1
Browse files Browse the repository at this point in the history
[skip cd]
  • Loading branch information
tulir committed Nov 15, 2022
1 parent 4301673 commit 7ac8292
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion mautrix_facebook/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = "0.4.0"
__version__ = "0.4.1"
__author__ = "Tulir Asokan <[email protected]>"
2 changes: 1 addition & 1 deletion optional-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 7ac8292

Please sign in to comment.