Release v0.0.7
This commit is contained in:
parent
c269318528
commit
fbb5168b40
3
.gitignore
vendored
3
.gitignore
vendored
@ -3,4 +3,5 @@ __pycache__
|
|||||||
build/
|
build/
|
||||||
*.pyc
|
*.pyc
|
||||||
.venv
|
.venv
|
||||||
.clicada
|
.clicada
|
||||||
|
dist/
|
@ -1,3 +1,5 @@
|
|||||||
|
- 0.0.7
|
||||||
|
* fix: make store_path relative to the users home
|
||||||
- 0.0.6
|
- 0.0.6
|
||||||
* Add cache encryption, with AES-CTR-128
|
* Add cache encryption, with AES-CTR-128
|
||||||
- 0.0.5
|
- 0.0.5
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[metadata]
|
[metadata]
|
||||||
name = clicada
|
name = clicada
|
||||||
version = 0.0.6
|
version = 0.0.7
|
||||||
description = CLI CRM tool for the cic-stack custodial wallet system
|
description = CLI CRM tool for the cic-stack custodial wallet system
|
||||||
author = Louis Holbrook
|
author = Louis Holbrook
|
||||||
author_email = dev@holbrook.no
|
author_email = dev@holbrook.no
|
||||||
|
Loading…
Reference in New Issue
Block a user