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.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tulir committed Sep 19, 2023
1 parent 02e0c31 commit 1131e5a
Show file tree
Hide file tree
Showing 3 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.3.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.
* Updated attachment upload API as the old one was slow.
* Changed error for expired media to look more like what Instagram shows and
less like the bridge is broken.

# v0.3.0 (2023-05-31)

* Improved handling of some message types.
Expand Down
2 changes: 1 addition & 1 deletion mautrix_instagram/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = "0.3.0"
__version__ = "0.3.1"
__author__ = "Tulir Asokan <[email protected]>"
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ commonmark>=0.8,<0.10
aiohttp>=3,<4
yarl>=1,<2
attrs>=20.1
mautrix>=0.20.0,<0.21
asyncpg>=0.20,<0.28
mautrix>=0.20.2,<0.21
asyncpg>=0.20,<0.29
pycryptodome>=3,<4
paho-mqtt>=1.5,<2

0 comments on commit 1131e5a

Please sign in to comment.