Skip to content

Releases: CycloneDX/cyclonedx-python

v1.5.0

17 Nov 14:46
Compare
Choose a tag to compare

Feature

v1.4.3

16 Nov 08:38
Compare
Choose a tag to compare

Fix

  • Add static code analysis, better typing and bump cyclonedx-python-lib to 0.11 (d5d9f56)

v1.4.2

12 Nov 10:30
Compare
Choose a tag to compare

Fix

  • If no input file is supplied and no input is provided on STDIN, we will now try to automatically locate (in the current working directory) a manifest with default name for the input type specified. This works for PIP (Pipfile.lock), Poetry (poetry.lock) and Requirements (requirements.txt) (93f9e59)

v1.4.1

26 Oct 08:41
Compare
Choose a tag to compare

Fix

  • Corrected documentation after deprecation of -rf, -pf, --poetry-file, --requirements-file and --pip-file (4c4c8d8)

v1.4.0

21 Oct 12:40
Compare
Choose a tag to compare

Feature

  • Add conda support (bump cyclonedx-python-lib to ^0.10.0) (cb24275)

Fix

  • Encoding issues on Windows (bump cyclonedx-python-lib to ^0.10.2) (da6772b)
  • Encoding issues on Windows (bump cyclonedx-python-lib to ^0.10.1) (fe5df36)

v1.3.1

19 Oct 11:54
Compare
Choose a tag to compare

Fix

  • Bump to cyclonedx-python-lib to resolve issue #244 (ebea3ef)

v1.3.0

19 Oct 10:05
Compare
Choose a tag to compare

Feature

  • Add license information in CycloneDX BOM when using Environment as the source (5d1f9a7)

v1.2.0

12 Oct 15:42
Compare
Choose a tag to compare

Feature

  • Update to latest stable cyclonedx-python-lib (6145bd5)

v1.1.0

04 Oct 10:01
Compare
Choose a tag to compare

Feature

  • Add support for generating SBOM from poetry.lock files (bb4ac0f)

v1.0.5

27 Sep 15:25
Compare
Choose a tag to compare

Fix

  • Handle requirements.txt which contain dependencies without a version statement and warn that they cannot be included in the resulting CycloneDX BOM (e637e56)