Skip to content

Commit

Permalink
chore(release): 4.6.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release

Signed-off-by: semantic-release <semantic-release@bot.local>
  • Loading branch information
semantic-release committed Sep 20, 2024
1 parent b08e1bb commit d68a594
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 3 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,32 @@



## v4.6.0 (2024-09-20)

### Documentation

* docs: reformat help page in `usage` docs (#788)

Signed-off-by: Jan Kowalleck &lt;jan.kowalleck@gmail.com&gt; ([`a1354e5`](https://github.com/CycloneDX/cyclonedx-python/commit/a1354e5fd074036499d308488e0e621647afc3ce))

### Feature

* feat: populate properties `cdx:python:package:source:vcs:...` (#790)

populate the newly added/fixed CycloneDX properties
`cdx:python:package:source:vcs:...` in accordance with
&lt;https://github.com/CycloneDX/cyclonedx-property-taxonomy/pull/96&gt; and
&lt;https://github.com/CycloneDX/cyclonedx-property-taxonomy/pull/98&gt;.

the deprecated properties are still used, so no breaking changes exist.

fixes #789

---------

Signed-off-by: Jan Kowalleck &lt;jan.kowalleck@gmail.com&gt; ([`b08e1bb`](https://github.com/CycloneDX/cyclonedx-python/commit/b08e1bb46871b167fb0ca135d2f97ad8a19df313))


## v4.5.1 (2024-09-18)

### Documentation
Expand Down
2 changes: 1 addition & 1 deletion cyclonedx_py/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

# !! version is managed by `semantic_release`
# do not use typing here, or else `semantic_release` might have issues finding the variable
__version__ = "4.5.1" # noqa:Q000
__version__ = "4.6.0" # noqa:Q000

# There is no stable/public API.
# However, you might call the stable CLI instead, like so:
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

# The full version, including alpha/beta/rc tags
# !! version is managed by semantic_release
release = "4.5.1"
release = "4.6.0"

# -- General configuration ---------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry]
# keep in sync with `cyclonedx_py/_internal/utils/cdx.py`
name = "cyclonedx-bom"
version = "4.5.1"
version = "4.6.0"
description = "CycloneDX Software Bill of Materials (SBOM) generator for Python projects and environments"
authors = [
"Jan Kowalleck <jan.kowalleck@gmail.com>",
Expand Down

0 comments on commit d68a594

Please sign in to comment.