Bump version to 0.5.1

This commit is contained in:
Tulir Asokan 2025-01-03 12:40:46 +02:00
parent 6c7d0754f8
commit c3458eab58
2 changed files with 17 additions and 1 deletions

View file

@ -1,3 +1,19 @@
# v0.5.1 (2025-01-03)
* Updated Docker image to Alpine 3.21.
* Updated media upload/download endpoints in management frontend
(thanks to [@domrim] in [#253]).
* Fixed plugin web app base path not including a trailing slash
(thanks to [@jkhsjdhjs] in [#240]).
* Changed markdown parsing to cut off plaintext body if necessary to allow
longer formatted messages.
* Updated dependencies to fix Python 3.13 compatibility.
[@domrim]: https://github.com/domrim
[@jkhsjdhjs]: https://github.com/jkhsjdhjs
[#253]: https://github.com/maubot/maubot/pull/253
[#240]: https://github.com/maubot/maubot/pull/240
# v0.5.0 (2024-08-24) # v0.5.0 (2024-08-24)
* Dropped Python 3.9 support. * Dropped Python 3.9 support.

View file

@ -1 +1 @@
__version__ = "0.5.0" __version__ = "0.5.1"