**Added**:
- Commands `croco import` and `croco export`. They import and export configuration(cache) to/from the current project interacted by cli. Configuration includes all data set by user, such as custom accounts, wallets etc.
- `croco --version` option. echos the version.
**Changed**:
- Cache(configuration) now is not shared across all projects. You need to use `croco import` and `croco export`
_ Many situations encountered exceptions now have pretty style in terminal. For instance: trying to use poetry-related command without `poetry` installed etc.
- `make` for now don`t require configured wallet
**Fixing bugs**:
- When deleting the current wallet from `change` menu, new wallet was not changed to the current.
- If .cache folder was not exist in MacOS, then it was not possible to use CLI
- After `croco init <package/project>` croco-cli was removed from dependencies
- Year in LICENSE file was not current
What's Changed
* version 0.3.0 by blnkoff in https://github.com/blnkoff/croco-cli/pull/4
**Full Changelog**: https://github.com/blnkoff/croco-cli/compare/v0.2.1...v0.3.0