diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..c56bd98 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,22 @@ +# Changelog + +## [0.2.2] (2020-07-19) + +Second release is focused on cleanup, documentation. + + * flake8, black, isort - all warnings and errors fixed. + * Documentation improved. + * Build and deploy process documented for developers. + * Poetry removed, replaced with modern pyproject.toml and setuptools.build_meta + for automatic version management. + +## [0.1.0] (2020-07-19) + +First release to PyPi. + + * Basic functionality. Probably not the best code. + * Sub-menus supported, multi-level through CLI. + * Config through ConfigObj ini. Define spec file and input config.ini + * Colored Logging + * Services can be defined and provided to classes +