mirror of
https://github.com/maubot/maubot.git
synced 2024-10-01 01:06:10 -04:00
Bump version to 0.3.1
This commit is contained in:
parent
67e1921503
commit
982a20beb0
@ -1,3 +1,10 @@
|
||||
# v0.3.1 (2022-03-29)
|
||||
|
||||
* Added encryption dependencies to standalone dockerfile.
|
||||
* Fixed running without encryption dependencies installed.
|
||||
* Removed unnecessary imports that broke on SQLAlchemy 1.4+.
|
||||
* Removed unused alembic dependency.
|
||||
|
||||
# v0.3.0 (2022-03-28)
|
||||
|
||||
* Dropped Python 3.7 support.
|
||||
|
@ -1 +1 @@
|
||||
__version__ = "0.3.0"
|
||||
__version__ = "0.3.1"
|
||||
|
Loading…
Reference in New Issue
Block a user