Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat!: v5.0.0 #797

Merged
merged 9 commits into from
Oct 15, 2024
Merged

feat!: v5.0.0 #797

merged 9 commits into from
Oct 15, 2024

Commits on Sep 23, 2024

  1. feat!: v5.0.0

    Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
    jkowalleck committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    3ffddc4 View commit details
    Browse the repository at this point in the history
  2. feat!: drop deprecated properties cdx:poetry:... (#791)

    some properties in the namespace `cdx:poetry` were deprecated. they are
    no longer emitted.
    - `cdx:poetry:source:package:reference`
    - `cdx:poetry:package:source:resolved_reference`
    - `cdx:poetry:package:source:vcs:requested_revision`
    - `cdx:poetry:package:source:vcs:commit_id`
    
    
    fixes #792
    
    ---------
    
    Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
    jkowalleck authored Sep 23, 2024
    Configuration menu
    Copy the full SHA
    bd16fd1 View commit details
    Browse the repository at this point in the history
  3. feat!: emit tool as cyclonedx-py (#799)

    fixes #798
    
    Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
    jkowalleck authored Sep 23, 2024
    Configuration menu
    Copy the full SHA
    f511aa1 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. Configuration menu
    Copy the full SHA
    633ef46 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. Configuration menu
    Copy the full SHA
    e398ba7 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2024

  1. Configuration menu
    Copy the full SHA
    30d3681 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. bump CDX lib to v8

    Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
    jkowalleck committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    2562357 View commit details
    Browse the repository at this point in the history
  2. Update pyproject.toml

    Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
    jkowalleck authored Oct 14, 2024
    Configuration menu
    Copy the full SHA
    b234e6f View commit details
    Browse the repository at this point in the history
  3. feat!: migrate runtime dependency to cyclonedx-python-lib>=8<9 (#796)

    ### Dependencies
    
    * Requires `cyclonedx-python-lib>=8.0.0,<9 ` now, was
    `>=7.3.0,<8.0.0,!=7.3.1`
    
    ---------
    
    Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
    jkowalleck authored Oct 14, 2024
    Configuration menu
    Copy the full SHA
    ce8fde5 View commit details
    Browse the repository at this point in the history