File tree Expand file tree Collapse file tree 4 files changed +16
-3
lines changed Expand file tree Collapse file tree 4 files changed +16
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
<!-- version list -->
4
4
5
+ ## v7.0.0 (2025-07-14)
6
+
7
+ ### Features
8
+
9
+ - Finalize PEP639, auto-enable it, remove CLI switch ` environment --PEP-639 `
10
+ ([ #928 ] ( https://github.com/CycloneDX/cyclonedx-python/pull/928 ) ,
11
+ [ ` 6b81028 ` ] ( https://github.com/CycloneDX/cyclonedx-python/commit/6b81028062a936937de17003b3ff18c6e17c9b5e ) )
12
+
13
+ - Remove deprecated CLI switches ` --schema-version ` and ` --outfile ` , use ` --spec-version ` and
14
+ ` --output-file ` instead ([ #892 ] ( https://github.com/CycloneDX/cyclonedx-python/pull/892 ) ,
15
+ [ ` 2be98e5 ` ] ( https://github.com/CycloneDX/cyclonedx-python/commit/2be98e507b87fb83b883dc96c07b5783ce3b4dbc ) )
16
+
17
+
5
18
## v6.1.3 (2025-07-08)
6
19
7
20
### Bug Fixes
Original file line number Diff line number Diff line change 17
17
18
18
# !! version is managed by `semantic_release`
19
19
# do not use typing here, or else `semantic_release` might have issues finding the variable
20
- __version__ = "7.0.1-alpha.2 " # noqa:Q000
20
+ __version__ = "7.0.0 " # noqa:Q000
21
21
22
22
# There is no stable/public API.
23
23
# However, you might call the stable CLI instead, like so:
Original file line number Diff line number Diff line change 24
24
25
25
# The full version, including alpha/beta/rc tags
26
26
# !! version is managed by semantic_release
27
- release = "7.0.1-alpha.2 "
27
+ release = "7.0.0 "
28
28
29
29
# -- General configuration ---------------------------------------------------
30
30
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ build-backend = "poetry.core.masonry.api"
6
6
7
7
[tool .poetry ]
8
8
name = " cyclonedx-bom"
9
- version = " 7.0.1-alpha.2 "
9
+ version = " 7.0.0 "
10
10
description = " CycloneDX Software Bill of Materials (SBOM) generator for Python projects and environments"
11
11
authors = [
12
12
" Jan Kowalleck <jan.kowalleck@gmail.com>" ,
You can’t perform that action at this time.
0 commit comments