Release 0.5.0
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
78db04a1a8
commit
d9b77dbf86
2 changed files with 11 additions and 2 deletions
|
@ -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:
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue