Releases: stefan6419846/pip-licenses-lib
Releases · stefan6419846/pip-licenses-lib
v0.5.0
v0.4.1
Fix detection of lowercase license and notice files.
v0.4.0
Add option to normalize package names, defaulting to True
. This should make it easier to use the results for matching purposes.
v0.3.0
Migrate from dictionary-based structure to dataclasses.dataclass
.
- Please note that this is a breaking change which should ease future maintainability.
- Additionally, the corresponding attributes have been renamed to better match PEP8 and make it clearer in some cases what these values actually refer to.
v0.2.1
Avoid shipping tests inside the wheels.
v0.2.0
What's Changed
- Bump actions/checkout from 3 to 4 by @dependabot in #3
- Add option to control whether to include files and their contents by @stefan6419846 in #4
New Contributors
- @dependabot made their first contribution in #3
Full Changelog: v0.1.1...v0.2.0
v0.1.1
Update typing information.
v0.1.0
First public release.