Skip to content

Commit

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

Signed-off-by: semantic-release <[email protected]>
  • Loading branch information
semantic-release committed Feb 4, 2025
1 parent 901dcdc commit 97fc1a2
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 3 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,26 @@



## v8.6.0 (2025-02-04)

### Feature

* feat: expand the capabilities of `models.definition.Standard` (#713)


---------

Signed-off-by: Hakan Dilek &lt;[email protected]&gt;
Signed-off-by: Jan Kowalleck &lt;[email protected]&gt;
Co-authored-by: Jan Kowalleck &lt;[email protected]&gt; ([`901dcdc`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/901dcdc60a8a46d30878764d7b8bda69c6ba8b80))

* feat: allow empty `OrganizationalEntity` object (#768)

fixes https://github.com/CycloneDX/cyclonedx-python-lib/issues/764

Signed-off-by: Johannes Feichtner &lt;[email protected]&gt; ([`472bded`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/472bded38cd480ba6885d44c798e015b63c89190))


## v8.5.1 (2025-01-28)

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

# !! version is managed by semantic_release
# do not use typing here, or else `semantic_release` might have issues finding the variable
__version__ = "8.5.1" # noqa:Q000
__version__ = "8.6.0" # noqa:Q000
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

# The full version, including alpha/beta/rc tags
# !! version is managed by semantic_release
release = '8.5.1'
release = '8.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 @@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry]
name = "cyclonedx-python-lib"
# !! version is managed by semantic_release
version = "8.5.1"
version = "8.6.0"
description = "Python library for CycloneDX"
authors = [
"Paul Horton <[email protected]>",
Expand Down

0 comments on commit 97fc1a2

Please sign in to comment.