File tree Expand file tree Collapse file tree 4 files changed +20
-3
lines changed
Expand file tree Collapse file tree 4 files changed +20
-3
lines changed Original file line number Diff line number Diff line change 22
33
44
5+ ## v5.2.0 (2025-02-20)
6+
7+ ### Documentation
8+
9+ * docs: showcase ` uv ` as installation option (#847 )
10+
11+ Signed-off-by: lightningRalf < ; lightningRalf@proton.me > ; ([ ` 12cc59b ` ] ( https://github.com/CycloneDX/cyclonedx-python/commit/12cc59bb0c38ae2ce72bc9e54c46762dafe399fc ) )
12+
13+ ### Feature
14+
15+ * feat: subcommand ` environment ` got aliases ` env ` , ` venv ` (#850 )
16+
17+ fixes #845
18+
19+ Signed-off-by: Jan Kowalleck < ; jan.kowalleck@gmail.com > ; ([ ` aaed12a ` ] ( https://github.com/CycloneDX/cyclonedx-python/commit/aaed12a74d68fe8d8eb2fadc7b8d226968f335cf ) )
20+
21+
522## v5.1.2 (2025-01-21)
623
724### Documentation
Original file line number Diff line number Diff line change 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.2 " # noqa:Q000
20+ __version__ = "5.2.0 " # noqa:Q000
2121
2222# There is no stable/public API.
2323# However, you might call the stable CLI instead, like so:
Original file line number Diff line number Diff line change 2424
2525# The full version, including alpha/beta/rc tags
2626# !! version is managed by semantic_release
27- release = "5.1.2 "
27+ release = "5.2.0 "
2828
2929# -- General configuration ---------------------------------------------------
3030
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ build-backend = "poetry.core.masonry.api"
66
77[tool .poetry ]
88name = " cyclonedx-bom"
9- version = " 5.1.2 "
9+ version = " 5.2.0 "
1010description = " CycloneDX Software Bill of Materials (SBOM) generator for Python projects and environments"
1111authors = [
1212 " Jan Kowalleck <jan.kowalleck@gmail.com>" ,
You can’t perform that action at this time.
0 commit comments