diff --git a/.gitignore b/.gitignore index 93824e9..43d6ed6 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,5 @@ __pycache__ build/ *.pyc .venv -.clicada \ No newline at end of file +.clicada +dist/ \ No newline at end of file diff --git a/CHANGELOG b/CHANGELOG index 0df2409..d06c055 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,5 @@ +- 0.0.7 + * fix: make store_path relative to the users home - 0.0.6 * Add cache encryption, with AES-CTR-128 - 0.0.5 diff --git a/setup.cfg b/setup.cfg index ab245f4..58d911e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = clicada -version = 0.0.6 +version = 0.0.7 description = CLI CRM tool for the cic-stack custodial wallet system author = Louis Holbrook author_email = dev@holbrook.no