All major and minor version changes will be documented in this file. Details of patch-level version changes can be found in commit messages.
- checkrequirements is now a thin wrapper around poetry show and sets an exit code only. Note: this only supports poetry based environments.
requirements.txt
and other build systems are no longer supported!
- Remove metprint
- Update deps
- Update deps
- Add formal tests
- add pre-commit
- code quality improvements
- Tidied up
- Added
--zero/-0
flag to return non-zero exit code when an incompatible license is found
- Bugfixes
- set stdout to utf-8
- fix typing and bugfixes
- fix python 3.7 and 3.8
- output for no requirements
- Use
metprint
if available - Bugfixes
- Improvements - can use the main functionality if using as a module
- First release