Skip to content

Latest commit

 

History

History
91 lines (68 loc) · 5.23 KB

CHANGELOG.md

File metadata and controls

91 lines (68 loc) · 5.23 KB

Changelog

v2.0.1 (2022-01-24)

Fix

  • Bump dependencies to get latest cyclonedx-python-lib (87c3fe7)

v2.0.0 (2022-01-13)

Feature

  • Add support for CycloneDX 1.4 specification (#294) (7bb6d32)

Documentation

  • Readme maintenance - shields & links (#266) (a34046f)

v1.5.3 (2021-11-23)

Fix

  • Revert to previous process for building Docker image as PyPi index update is too slow to pull straight away after publish (67bb738)

v1.5.2 (2021-11-23)

Fix

  • Corrected docker image build process to not rely on dist folder which is cleaned up by python-semantic-release (6c65c11)

v1.5.1 (2021-11-23)

Fix

  • Re-enable build and publish of Docker Image (#263) (478360d)

v1.5.0 (2021-11-17)

Feature

v1.4.3 (2021-11-16)

Fix

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

v1.4.2 (2021-11-12)

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 (2021-10-26)

Fix

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

v1.4.0 (2021-10-21)

Breaking Changes

  • The following parameter flags have all been removed in favour of a single common parameter flag -i:
    • For Poetry: -pf, --poetry-file
    • For Requirements: -rf, --requirements-file

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 (2021-10-19)

Fix

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

v1.3.0 (2021-10-19)

Feature

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

v1.2.0 (2021-10-12)

Feature

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

v1.1.0 (2021-10-04)

Feature

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

v1.0.5 (2021-09-27)

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 (2021-09-27)

Fix

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

v1.0.3 (2021-09-27)

Fix

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

v1.0.2 (2021-09-13)

Fix

v1.0.1 (2021-09-13)

Fix

  • ci: Corrected main to master branch. (7162cd9)