From 1131e5a1feff247e708a5441e830f8f60673a4e6 Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Tue, 19 Sep 2023 12:18:00 -0400 Subject: [PATCH] Bump version to 0.3.1 --- CHANGELOG.md | 9 +++++++++ mautrix_instagram/__init__.py | 2 +- requirements.txt | 4 ++-- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 873458e..d154005 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/mautrix_instagram/__init__.py b/mautrix_instagram/__init__.py index 2078eb8..0395c66 100644 --- a/mautrix_instagram/__init__.py +++ b/mautrix_instagram/__init__.py @@ -1,2 +1,2 @@ -__version__ = "0.3.0" +__version__ = "0.3.1" __author__ = "Tulir Asokan " diff --git a/requirements.txt b/requirements.txt index 131e662..3913077 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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