Skip to content

Commit c2b4529

Browse files
author
semantic-release
committed
chore(release): 5.1.2
Automatically generated by python-semantic-release Signed-off-by: semantic-release <[email protected]>
1 parent 18c5f0e commit c2b4529

File tree

4 files changed

+56
-3
lines changed

4 files changed

+56
-3
lines changed

CHANGELOG.md

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,59 @@
22

33

44

5+
## v5.1.2 (2025-01-21)
6+
7+
### Documentation
8+
9+
* docs: fix typos in comments
10+
11+
Signed-off-by: Jan Kowalleck &lt;[email protected]&gt; ([`8228cbb`](https://github.com/CycloneDX/cyclonedx-python/commit/8228cbb65070008279859579b6149e6f6e6f0404))
12+
13+
* docs: add console classifier
14+
15+
Signed-off-by: Jan Kowalleck &lt;[email protected]&gt; ([`75f640c`](https://github.com/CycloneDX/cyclonedx-python/commit/75f640cdede42676c0d9e96a359b111582596ff9))
16+
17+
### Fix
18+
19+
* fix(poetry): properly handle multi-declaration (optional) dependencies (#842)
20+
21+
fixes [#840](https://github.com/CycloneDX/cyclonedx-python/issues/840)
22+
23+
---------
24+
25+
Signed-off-by: Jan Kowalleck &lt;[email protected]&gt; ([`18c5f0e`](https://github.com/CycloneDX/cyclonedx-python/commit/18c5f0ec8e4418aeaf7d6ee2e36b40133f9d0e5a))
26+
27+
### Unknown
28+
29+
* Update 2-bug_report.md
30+
31+
Signed-off-by: Jan Kowalleck &lt;[email protected]&gt; ([`3a50f8d`](https://github.com/CycloneDX/cyclonedx-python/commit/3a50f8d2e17ebbcb399f6fe88b974c166147119f))
32+
33+
* Update 1-feature_request.md
34+
35+
Signed-off-by: Jan Kowalleck &lt;[email protected]&gt; ([`e14572e`](https://github.com/CycloneDX/cyclonedx-python/commit/e14572e31f10e971b99917c3b51fc03c5436d003))
36+
37+
* Update 1-feature_request.md
38+
39+
Signed-off-by: Jan Kowalleck &lt;[email protected]&gt; ([`657a990`](https://github.com/CycloneDX/cyclonedx-python/commit/657a99099524e4c2ce6d73308ac27eec8d7aec2a))
40+
41+
* Update 2-bug_report.md
42+
43+
Signed-off-by: Jan Kowalleck &lt;[email protected]&gt; ([`7a88f64`](https://github.com/CycloneDX/cyclonedx-python/commit/7a88f64af25e875ad6951710c4556f2bb848d30b))
44+
45+
* Update 1-feature_request.md
46+
47+
Signed-off-by: Jan Kowalleck &lt;[email protected]&gt; ([`1fe8fbf`](https://github.com/CycloneDX/cyclonedx-python/commit/1fe8fbffcece008ace15cb7870113fe1faba0105))
48+
49+
* Update 2-bug_report.md
50+
51+
Signed-off-by: Jan Kowalleck &lt;[email protected]&gt; ([`38cdf79`](https://github.com/CycloneDX/cyclonedx-python/commit/38cdf7973810ef9f069f457d903922b96ba96bbf))
52+
53+
* Update 2-bug_report.md
54+
55+
Signed-off-by: Jan Kowalleck &lt;[email protected]&gt; ([`1090bf9`](https://github.com/CycloneDX/cyclonedx-python/commit/1090bf9a1cde4f07e038fa30b09d38c3809e5c20))
56+
57+
558
## v5.1.1 (2024-11-09)
659

760
### Documentation

cyclonedx_py/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
# !! version is managed by `semantic_release`
1919
# do not use typing here, or else `semantic_release` might have issues finding the variable
20-
__version__ = "5.1.1" # noqa:Q000
20+
__version__ = "5.1.2" # noqa:Q000
2121

2222
# There is no stable/public API.
2323
# However, you might call the stable CLI instead, like so:

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
# The full version, including alpha/beta/rc tags
2626
# !! version is managed by semantic_release
27-
release = "5.1.1"
27+
release = "5.1.2"
2828

2929
# -- General configuration ---------------------------------------------------
3030

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "poetry.core.masonry.api"
66

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

0 commit comments

Comments
 (0)