Release version 0.5.0

Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
Maxime “pep” Buquet 2022-03-12 01:51:16 +01:00
parent fe461a09ea
commit 45d83f424e
Signed by: pep
GPG key ID: DEDA74AEECA9D0F2
2 changed files with 11 additions and 2 deletions

View file

@ -1,3 +1,12 @@
Version 0.5.0:
2022-03-22 Maxime “pep” Buquet <pep@bouah.net>
* Improvements:
- Ensure omemo folder is created as 0700
- Handle heartbeats
* Misc:
- Provide a way to convert input to the way we encode JIDs in Paths, when
started as the main module (`python ./poezio_omemo/__init__.py`)
Version 0.4.1:
2021-07-18 Maxime “pep” Buquet <pep@bouah.net>
* Improvements:

View file

@ -14,5 +14,5 @@
See the file LICENSE for copying permission.
"""
__version__ = "0.4.1"
__version_info__ = (0, 4, 1)
__version__ = "0.5.0"
__version_info__ = (0, 5, 0)