Skip to content

Releases: stefan6419846/pip-licenses-lib

v0.5.0

07 Jan 11:23
Compare
Choose a tag to compare
  • Drop support for Python < 3.9.
  • Add support for License-Expression field (PEP 639).

v0.4.1

14 Aug 13:14
Compare
Choose a tag to compare

Fix detection of lowercase license and notice files.

v0.4.0

13 Aug 15:16
Compare
Choose a tag to compare

Add option to normalize package names, defaulting to True. This should make it easier to use the results for matching purposes.

v0.3.0

03 Jun 15:39
Compare
Choose a tag to compare

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

09 Nov 08:30
Compare
Choose a tag to compare

Avoid shipping tests inside the wheels.

v0.2.0

08 Nov 14:32
Compare
Choose a tag to compare

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

Full Changelog: v0.1.1...v0.2.0

v0.1.1

21 Aug 12:25
Compare
Choose a tag to compare

Update typing information.

v0.1.0

03 Aug 07:02
daa2bc2
Compare
Choose a tag to compare

First public release.