Release 0.5.0

Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
Maxime “pep” Buquet 2021-07-12 11:22:23 +02:00
parent 78db04a1a8
commit d9b77dbf86
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:
2021-07-12 Maxime “pep” Buquet <pep@bouah.net>
* Added:
- New my_fingerprint method
* Breaking:
- Raise exception when no data dir is specified instead of simply logging
- Removed colons from output format of fp_from_ik helper
- Raise exception when payload is not of the form we expect (missing
payload, key, or iv element)
Version 0.4.0:
2020-03-10 Maxime “pep” Buquet <pep@bouah.net>
* Improvements:

View file

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