Releases: CycloneDX/cyclonedx-python
Releases · CycloneDX/cyclonedx-python
v1.4.3
Fix
- Add static code analysis, better typing and bump cyclonedx-python-lib to 0.11 (
d5d9f56
)
v1.4.2
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
Fix
- Corrected documentation after deprecation of
-rf
, -pf
, --poetry-file
, --requirements-file
and --pip-file
(4c4c8d8
)
v1.4.0
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
Fix
- Bump to cyclonedx-python-lib to resolve issue #244 (
ebea3ef
)
v1.3.0
Feature
- Add license information in CycloneDX BOM when using Environment as the source (
5d1f9a7
)
v1.2.0
Feature
- Update to latest stable cyclonedx-python-lib (
6145bd5
)
v1.1.0
Feature
- Add support for generating SBOM from poetry.lock files (
bb4ac0f
)
v1.0.5
Fix
- Handle
requirements.txt
which contain dependencies without a version statement and warn that they cannot be included in the resulting CycloneDX BOM (e637e56
)