Skip to content

Releases: CycloneDX/cyclonedx-python

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)

v1.0.4

27 Sep 13:54
Compare
Choose a tag to compare

Fix

  • Error message when requirements.txt file is non-existent updated (3bbc071)

v1.0.3

27 Sep 12:36
Compare
Choose a tag to compare

Fix

  • Default to "requirements.txt" in current directory when "-r" flag is supplied but not "-rf" flag is supplied (bb7e30a)

v1.0.2

13 Sep 20:41
Compare
Choose a tag to compare

Fix