Release version 0.5.0
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
fe461a09ea
commit
45d83f424e
2 changed files with 11 additions and 2 deletions
|
@ -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:
|
Version 0.4.1:
|
||||||
2021-07-18 Maxime “pep” Buquet <pep@bouah.net>
|
2021-07-18 Maxime “pep” Buquet <pep@bouah.net>
|
||||||
* Improvements:
|
* Improvements:
|
||||||
|
|
|
@ -14,5 +14,5 @@
|
||||||
See the file LICENSE for copying permission.
|
See the file LICENSE for copying permission.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
__version__ = "0.4.1"
|
__version__ = "0.5.0"
|
||||||
__version_info__ = (0, 4, 1)
|
__version_info__ = (0, 5, 0)
|
||||||
|
|
Loading…
Reference in a new issue