- Add `--ignore-packages`, `--fail-packages`,`--ignore-licenses`, `--fail-licenses`, per https://github.com/FHPythonUtils/LicenseCheck/issues/7 - Fix spelling - Added a couple examples to the readme - Added pylintrc to pyproject.toml
2021.2
- Added ability to use requirements.txt per https://github.com/FHPythonUtils/LicenseCheck/issues/6 - Code clean-up + refactoring - Fix spelling - packagecompat.py → types.py as this module holds types + typing info
2021.1.2
- reformat - improve docstrings
2021.1.1
- Add PSFL to matrix.
2021.1
- Tidied up - Added `--zero/-0` flag to return non-zero exit code when an incompatible license is found
2021 - 2021/01/24
- Updated requirements - Fallback to requirements.txt when poetry throws an error and direct the user to troubleshoot
2020.0.4
- Improved support for GPL fans out there by detecting variants in a more granular manner. Fewer false -ves for said GPL variants. E.g. a dependency with GPL2 only will be flagged for a project using GPL3