Release v0.0.7

This commit is contained in:
William Luke 2022-03-31 12:40:41 +03:00
parent c269318528
commit fbb5168b40
3 changed files with 5 additions and 2 deletions

3
.gitignore vendored
View File

@ -3,4 +3,5 @@ __pycache__
build/ build/
*.pyc *.pyc
.venv .venv
.clicada .clicada
dist/

View File

@ -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

View File

@ -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