File tree Expand file tree Collapse file tree 4 files changed +21
-3
lines changed Expand file tree Collapse file tree 4 files changed +21
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
<!-- version list -->
4
4
5
+ ## v6.1.2 (2025-06-26)
6
+
7
+ ### Bug Fixes
8
+
9
+ - Make pep621 license detections type-aware
10
+ ([ #920 ] ( https://github.com/CycloneDX/cyclonedx-python/pull/920 ) ,
11
+ [ ` 0c9aeac ` ] ( https://github.com/CycloneDX/cyclonedx-python/commit/0c9aeaca0d5dce56fe50df77f2d9384194f8276f ) )
12
+
13
+ ### Documentation
14
+
15
+ - Formatting and reorder of code style instructions.
16
+ ([ ` 15ac2cd ` ] ( https://github.com/CycloneDX/cyclonedx-python/commit/15ac2cd7b9d3e76163d894cb064a6bc401b46f80 ) )
17
+
18
+ - License file ` *.rst ` are NOT type ` text ` - they are binary
19
+ ([ #911 ] ( https://github.com/CycloneDX/cyclonedx-python/pull/911 ) ,
20
+ [ ` 168f81d ` ] ( https://github.com/CycloneDX/cyclonedx-python/commit/168f81d2c951e4fd7c3ceefe3586cc7d70fbb76a ) )
21
+
22
+
5
23
## v6.1.1 (2025-05-12)
6
24
7
25
### 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__ = "6.1.1 " # noqa:Q000
20
+ __version__ = "6.1.2 " # 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 = "6.1.1 "
27
+ release = "6.1.2 "
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 = " 6.1.1 "
9
+ version = " 6.1.2 "
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