Releases: CycloneDX/cyclonedx-python
Releases · CycloneDX/cyclonedx-python
v4.0.0-rc.2
v4.0.0-rc.2 (2023-12-25)
No changes since RC1
Try to fix docker image release process.
Changelog: see #605
Docs: see https://cyclonedx-bom-tool.readthedocs.io/en/dev-4.0.0/
Install via: pip install cyclonedx-bom==4.0.0rc2
v4.0.0-rc.1
v4.0.0-rc.1 (2023-12-25)
Changelog: see #605
Docs: see https://cyclonedx-bom-tool.readthedocs.io/en/dev-4.0.0/
Install via: pip install cyclonedx-bom==4.0.0rc1
What's Changed
- feat: bump
cyclonedx-python-lib
to latest RC of4.0.x
by @madpah in #521 - chore: bumped dev dependenices by @madpah in #525
- BREAKING CHANGE: remove deprecated
cyclonedx-bom
command #488 by @madpah in #526 - Feat: omit development dependencies from SBOM results by @tngraf in #534
- feat: use
cyclonedx-python-lib
4.0.0
by @madpah in #536 - feat: neutral parsers, omitting done by runner by @jkowalleck in #537
- feat: environment licenses as proper SPDX by @jkowalleck in #576
- chore(dependencies): bump
cyclonedx-python-lib@^4
->@^4.2
by @jkowalleck in #578 - Forwardport from master by @jkowalleck in #579
- BC: drop support for python <= 3.7 by @jkowalleck in #585
- chore: bump devtools py38 by @jkowalleck in #587
- feat: have own version visible everywhere by @jkowalleck in #588
- chore: migrate to
python-semantic-release@8
by @jkowalleck in #589 - chore: bring back docker image releases by @jkowalleck in #590
- chore(deps): bump cyclonedx-python-lib by @jkowalleck in #599
- Upgrade cdx lib 500rc2 by @jkowalleck in #602
- feat: validate output by @jkowalleck in #591
- feat!: make all implementation internal by @jkowalleck in #607
- chore: own config file for flake8 by @jkowalleck in #608
- tests: test for security issues with bandit by @jkowalleck in #609
- chore(deps): Bump actions/setup-python from 4 to 5 by @dependabot in #620
- feat!: rewrite CLI and parsers by @jkowalleck in #610
- build: Poetry171 by @jkowalleck in #639
- chore(deps): bump dev tools by @jkowalleck in #640
Full Changelog: v3.11.7...v4.0.0-rc.1
v3.11.7
Fix
What's Changed
- fix: toml-compatible fingers-crossed handling for failed input data decoding by @jkowalleck in #613
Full Changelog: v3.11.6...v3.11.7
v3.11.6
Fix
What's Changed
- fix: added a fingers-crossed handling for failed input data decoding by @jkowalleck in #612
Full Changelog: v3.11.5...v3.11.6
v3.11.5
v3.11.4
v3.11.3
Fix
Documentation
- Publish coverage (#600) (
bd4f48e
) - Adjust syntax hilight for code blocks (#592) (
ccac31e
) - Mark
ShellSession
in README (411cf3d
)
What's Changed
- docs: fix typos by @andife in #572
- chore(deps): Bump actions/checkout from 3 to 4 by @dependabot in #581
- docs: adjust syntax hilight for code blocks by @jkowalleck in #592
- docs: publish coverage by @jkowalleck in #600
- fix: input file encoding by @JCHacking in #596
New Contributors
- @andife made their first contribution in #572
- @JCHacking made their first contribution in #596
Full Changelog: v3.11.2...v3.11.3
v3.11.2
Fix
What's Changed
- fix: referenced branch
main
, instead ofmaster
by @jkowalleck in #562
Full Changelog: v3.11.1...v3.11.2
v3.11.1
Fix
What's Changed
- chore: adjust lowest constraints/requirements by @jkowalleck in #513
- chore: rename file for lowest constraints/requirements by @jkowalleck in #514
- chore: rename file for lowest constraints/requirements by @jkowalleck in #515
- chore: rename file for lowest constraints/requirements by @jkowalleck in #516
- chore: rename file for lowest constraints/requirements by @jkowalleck in #517
- ci: disable windows tests on py>=3.8 by @jkowalleck in #556
- ci: add build concurrency by @jkowalleck in #557
- fix: fix typo in help page by @jkowalleck in #552
- ci: finish transition to main branch by @jkowalleck in #558
- ci: adjust release concurrecncy by @jkowalleck in #559
- ci: finish transition to main branch by @jkowalleck in #560
- chore(deps): Bump relekang/python-semantic-release from 7.33.1 to 7.34.6 by @dependabot in #550
- chore: finish transition to main branch by @jkowalleck in #561
Full Changelog: v3.11.0...v3.11.1
v3.11.0
Feature
- Deprecated CLI command
cyclonedx-bom
prints deprecation warning on STDERR before execution (#489) (2009236
)
Documentation
What's Changed
- docs: fix shields by @jkowalleck in #473
- chore(deps-dev): slack version pinning of
mypy
by @jkowalleck in #478 - chore(deps): Bump Gr1N/setup-poetry from 7 to 8 by @dependabot in #480
- docs: fix typos by @thbeu in #482
- docs: fix typo in CLI help page by @jkowalleck in #490
- chore(deps): Bump pip-requirements-parser from 32.0.0 to 32.0.1 by @dependabot in #493
- chore(deps): Bump types-toml from 0.10.8 to 0.10.8.3 by @dependabot in #496
- chore: fix lowest requirements for tests by @jkowalleck in #499
- feat: deprecated CLI command
cyclonedx-bom
prints deprecation warning on STDERR before execution by @jkowalleck in #489 - chore(deps): Bump relekang/python-semantic-release from 7.31.4 to 7.33.1 by @dependabot in #492
New Contributors
Full Changelog: v3.10.1...v3.11.0