Skip to content

Commit 9ec919c

Browse files
author
semantic-release
committed
chore(release): 4.6.1
Automatically generated by python-semantic-release Signed-off-by: semantic-release <[email protected]>
1 parent 9e8a5d7 commit 9ec919c

File tree

4 files changed

+36
-6
lines changed

4 files changed

+36
-6
lines changed

CHANGELOG.md

Lines changed: 33 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,43 @@
22

33

44

5-
## v4.6.1-alpha.1 (2024-09-23)
5+
## v4.6.1 (2024-09-30)
66

77
### Chore
88

9-
* chore: trusted publishing
9+
* chore: trusted publishing (#795)
1010

11-
Signed-off-by: Jan Kowalleck &lt;[email protected]&gt; ([`07b5e83`](https://github.com/CycloneDX/cyclonedx-python/commit/07b5e83c18fd3c02f917bca1faa00d42e6665647))
11+
fixes #794
12+
13+
---------
14+
15+
Signed-off-by: Jan Kowalleck &lt;[email protected]&gt;
16+
Signed-off-by: semantic-release &lt;[email protected]&gt;
17+
Co-authored-by: semantic-release &lt;[email protected]&gt; ([`721f12d`](https://github.com/CycloneDX/cyclonedx-python/commit/721f12d1a5799e9766fd4da79f54fd11c5776824))
18+
19+
### Documentation
20+
21+
* docs: contrib and setup hint
22+
23+
Signed-off-by: Jan Kowalleck &lt;[email protected]&gt; ([`2ae46ff`](https://github.com/CycloneDX/cyclonedx-python/commit/2ae46ff222067724d4f1e5e23335cd342f6775a6))
24+
25+
### Fix
26+
27+
* fix: help page for sub command &#34;environment&#34; on windows (#805)
28+
29+
fixes #804
30+
31+
---------
32+
33+
Signed-off-by: Steve (Gadget) Barnes &lt;[email protected]&gt;
34+
Signed-off-by: Jan Kowalleck &lt;[email protected]&gt;
35+
Co-authored-by: Jan Kowalleck &lt;[email protected]&gt; ([`9e8a5d7`](https://github.com/CycloneDX/cyclonedx-python/commit/9e8a5d72045b3477e5523ed891493c29a584f35f))
36+
37+
### Unknown
38+
39+
* tests: consolidate cli runner (#806)
40+
41+
Signed-off-by: Jan Kowalleck &lt;[email protected]&gt; ([`c7b5b1a`](https://github.com/CycloneDX/cyclonedx-python/commit/c7b5b1a37332b3991f3066d306cb179d6004fe5a))
1242

1343

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

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__ = "4.6.1-alpha.1" # noqa:Q000
20+
__version__ = "4.6.1" # 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
@@ -22,7 +22,7 @@
2222

2323
# The full version, including alpha/beta/rc tags
2424
# !! version is managed by semantic_release
25-
release = "4.6.1-alpha.1"
25+
release = "4.6.1"
2626

2727
# -- General configuration ---------------------------------------------------
2828

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ build-backend = "poetry.core.masonry.api"
77
[tool.poetry]
88
# keep in sync with `cyclonedx_py/_internal/utils/cdx.py`
99
name = "cyclonedx-bom"
10-
version = "4.6.1-alpha.1"
10+
version = "4.6.1"
1111
description = "CycloneDX Software Bill of Materials (SBOM) generator for Python projects and environments"
1212
authors = [
1313
"Jan Kowalleck <[email protected]>",

0 commit comments

Comments
 (0)