mirror of
https://git.zavage.net/Zavage-Software/app_skellington.git
synced 2024-12-21 22:29:20 -07:00
23 lines
641 B
Markdown
23 lines
641 B
Markdown
|
# 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
|
||
|
|