Skip to content

Commit

Permalink
chore(release): 5.1.2
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 Jan 21, 2025
1 parent 18c5f0e commit c2b4529
Show file tree
Hide file tree
Showing 4 changed files with 56 additions and 3 deletions.
53 changes: 53 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,59 @@



## v5.1.2 (2025-01-21)

### Documentation

* docs: fix typos in comments

Signed-off-by: Jan Kowalleck &lt;[email protected]&gt; ([`8228cbb`](https://github.com/CycloneDX/cyclonedx-python/commit/8228cbb65070008279859579b6149e6f6e6f0404))

* docs: add console classifier

Signed-off-by: Jan Kowalleck &lt;[email protected]&gt; ([`75f640c`](https://github.com/CycloneDX/cyclonedx-python/commit/75f640cdede42676c0d9e96a359b111582596ff9))

### Fix

* fix(poetry): properly handle multi-declaration (optional) dependencies (#842)

fixes [#840](https://github.com/CycloneDX/cyclonedx-python/issues/840)

---------

Signed-off-by: Jan Kowalleck &lt;[email protected]&gt; ([`18c5f0e`](https://github.com/CycloneDX/cyclonedx-python/commit/18c5f0ec8e4418aeaf7d6ee2e36b40133f9d0e5a))

### Unknown

* Update 2-bug_report.md

Signed-off-by: Jan Kowalleck &lt;[email protected]&gt; ([`3a50f8d`](https://github.com/CycloneDX/cyclonedx-python/commit/3a50f8d2e17ebbcb399f6fe88b974c166147119f))

* Update 1-feature_request.md

Signed-off-by: Jan Kowalleck &lt;[email protected]&gt; ([`e14572e`](https://github.com/CycloneDX/cyclonedx-python/commit/e14572e31f10e971b99917c3b51fc03c5436d003))

* Update 1-feature_request.md

Signed-off-by: Jan Kowalleck &lt;[email protected]&gt; ([`657a990`](https://github.com/CycloneDX/cyclonedx-python/commit/657a99099524e4c2ce6d73308ac27eec8d7aec2a))

* Update 2-bug_report.md

Signed-off-by: Jan Kowalleck &lt;[email protected]&gt; ([`7a88f64`](https://github.com/CycloneDX/cyclonedx-python/commit/7a88f64af25e875ad6951710c4556f2bb848d30b))

* Update 1-feature_request.md

Signed-off-by: Jan Kowalleck &lt;[email protected]&gt; ([`1fe8fbf`](https://github.com/CycloneDX/cyclonedx-python/commit/1fe8fbffcece008ace15cb7870113fe1faba0105))

* Update 2-bug_report.md

Signed-off-by: Jan Kowalleck &lt;[email protected]&gt; ([`38cdf79`](https://github.com/CycloneDX/cyclonedx-python/commit/38cdf7973810ef9f069f457d903922b96ba96bbf))

* Update 2-bug_report.md

Signed-off-by: Jan Kowalleck &lt;[email protected]&gt; ([`1090bf9`](https://github.com/CycloneDX/cyclonedx-python/commit/1090bf9a1cde4f07e038fa30b09d38c3809e5c20))


## v5.1.1 (2024-11-09)

### 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__ = "5.1.1" # noqa:Q000
__version__ = "5.1.2" # 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 @@ -24,7 +24,7 @@

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

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

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "cyclonedx-bom"
version = "5.1.1"
version = "5.1.2"
description = "CycloneDX Software Bill of Materials (SBOM) generator for Python projects and environments"
authors = [
"Jan Kowalleck <[email protected]>",
Expand Down

0 comments on commit c2b4529

Please sign in to comment.