From c2648be1e356dba5f76cada6b472349d6dee89ab Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Wed, 15 Mar 2023 20:00:31 +0200 Subject: [PATCH] Bump version to 0.4.1 --- CHANGELOG.md | 4 +++- maubot/__meta__.py | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6690416..014e4b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,12 @@ -# unreleased +# v0.4.1 (2023-03-15) * Added `in_thread` parameter to `evt.reply()` and `evt.respond()`. * By default, responses will go to the thread if the command is in a thread. * By setting the flag to `True` or `False`, the plugin can force the response to either be or not be in a thread. +* Fixed static files like the frontend app manifest not being served correctly. * Fixed `self.loader.meta` not being available to plugins in standalone mode. +* Updated to mautrix-python v0.19.6. # v0.4.0 (2023-01-29) diff --git a/maubot/__meta__.py b/maubot/__meta__.py index 6a9beea..3d26edf 100644 --- a/maubot/__meta__.py +++ b/maubot/__meta__.py @@ -1 +1 @@ -__version__ = "0.4.0" +__version__ = "0.4.1"