- fix https://github.com/FHPythonUtils/LicenseCheck/issues/74 - update tests (as env has changed, ideally we'd mock more than we do atm) - linting fixes
2024.1.2
- fix: use `appdirs` for storing the db for `requests_cache`
2024.1.1
- Update Matrix for AGPL_3_PLUS
2024.1
- code improvements - fix issue where onlyLicenses logic caused licensecompat to be `false` when unspecified from the command line - move `cli()` to `cli.py` - add tests for the main entry point - update deps
2024 - 2024/01/27
- code improvements - users can now specify a license from the command line with `--license` https://github.com/FHPythonUtils/LicenseCheck/issues/69
2024 - 2024/01/07
- update dependencies
2023.5.2
- fix: crash when a namespace doesn't exist https://github.com/FHPythonUtils/LicenseCheck/issues/65 - fix: add support for double quotes in extras https://github.com/FHPythonUtils/LicenseCheck/pull/64, thanks https://github.com/arunkumarpandian
2023.5.1
- Fix optional extras from dependencies being included by default. Thank you https://github.com/arunkumarpandian! - Dynamically get version from package metadata. Thank you https://github.com/emesar - Bump version of rich