All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.2.1 - 2022-05-14
- more badges in readme
- github actions
- dependabot
- minimum python version is now 3.6 instead of 3.7
- removed useless dev dependencies
- bumped pyinstaller version
- bumped various dependencies
- travis-ci
- python3.6 support, unvendored dataclasses
- added more tests
0.2.0 - 2020-12-13
- Allow specifying the version string directly, thanks to @milliams - #24
0.1.6 - 2020-12-13
- use poetry instead of pip for preparing tests, builds
- Split configuration arguments on colons instead of hyphens, thanks to @ewen-lbh - #26
0.1.5 - 2020-02-27
- Version command.
- Git providers.
- Travis CD.
0.1.4 - 2020-02-26
- Versioning.
0.1.3 - 2020-02-26
- Better docs.
- Embedded configuration system.
- Linked compare list at bottom (GH provider).
- Vendorized dataclasses backport for py 3.6.
0.1.2 - 2020-02-26
- Better commands sorting.
- Cover click's group help is a no-no.
- Explain installation.
0.1.1 - 2020-02-25
- Fixed readme on release arguments
- Leftover code.
- mdl-friendly markdown syntax.
0.1.0 - 2020-02-25
- first version
- tests
- a changelog :D