File tree Expand file tree Collapse file tree 4 files changed +35
-3
lines changed Expand file tree Collapse file tree 4 files changed +35
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
4
4
5
+ ## v8.4.0 (2024-10-29)
6
+
7
+ ### Feature
8
+
9
+ * feat: add factory method ` XsUri.make_bom_link() ` (#728 )
10
+
11
+
12
+
13
+ ---------
14
+
15
+ Signed-off-by: Saquib Saifee < ; saquibsaifee@ibm.com > ;
16
+ Co-authored-by: Saquib Saifee < ; saquibsaifee@ibm.com > ; ([ ` 5ec73d0 ` ] ( https://github.com/CycloneDX/cyclonedx-python-lib/commit/5ec73d0668b4f9e087cc11a2e1a0e242ad1b5dd6 ) )
17
+
18
+ ### Fix
19
+
20
+ * fix: no warning for missing dependencies if no component exists (#720 )
21
+
22
+
23
+ ---------
24
+
25
+ Signed-off-by: weichslgartner < ; weichslgartner@gmail.com > ; ([ ` d9c3ded ` ] ( https://github.com/CycloneDX/cyclonedx-python-lib/commit/d9c3ded34f443cd04f1f0041f0dd948db3db40e7 ) )
26
+
27
+ ### Unknown
28
+
29
+ * doc: fix ` Definitions ` docstring (#731 )
30
+
31
+
32
+ ---------
33
+
34
+ Signed-off-by: Hakan Dilek < ; hakandilek@gmail.com > ; ([ ` 5860b67 ` ] ( https://github.com/CycloneDX/cyclonedx-python-lib/commit/5860b67f562fc474903b0fb1a162c70eeca2f3d0 ) )
35
+
36
+
5
37
## v8.3.0 (2024-10-26)
6
38
7
39
### Documentation
Original file line number Diff line number Diff line change 22
22
23
23
# !! version is managed by semantic_release
24
24
# do not use typing here, or else `semantic_release` might have issues finding the variable
25
- __version__ = "8.3 .0" # noqa:Q000
25
+ __version__ = "8.4 .0" # noqa:Q000
Original file line number Diff line number Diff line change 23
23
24
24
# The full version, including alpha/beta/rc tags
25
25
# !! version is managed by semantic_release
26
- release = '8.3 .0'
26
+ release = '8.4 .0'
27
27
28
28
# -- General configuration ---------------------------------------------------
29
29
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api"
5
5
[tool .poetry ]
6
6
name = " cyclonedx-python-lib"
7
7
# !! version is managed by semantic_release
8
- version = " 8.3 .0"
8
+ version = " 8.4 .0"
9
9
description = " Python library for CycloneDX"
10
10
authors = [
11
11
" Paul Horton <phorton@sonatype.com>" ,
You can’t perform that action at this time.
0 commit comments