File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -2,14 +2,19 @@ Release notes
22=============
33
44
5+ Version v33.6.0
6+ ----------------
7+
8+ - We added support to write packages and vulnerabilities at the time of import.
9+
10+
511Version v33.5.0
612----------------
713
814- We fixed a text-overflow issue in the Essentials tab of the Vulnerability details template.
915- We added clickable links to the Essentials tab of the Vulnerability details template that enable
1016 the user to navigate to the Fixed by packages tab and the Affected packages tab.
1117- We fixed severity range issue for handling unknown scores.
12- - We added support to write packages and vulnerabilities at the time of import.
1318
1419Version v33.4.0
1520----------------
Original file line number Diff line number Diff line change 11[metadata]
22name = vulnerablecode
3- version = 33.5 .0
3+ version = 33.6 .0
44license = Apache-2.0 AND CC-BY-SA-4.0
55
66# description must be on ONE line https://github.com/pypa/setuptools/issues/1390
Original file line number Diff line number Diff line change 1212import warnings
1313from pathlib import Path
1414
15- __version__ = "33.5 .0"
15+ __version__ = "33.6 .0"
1616
1717
1818def command_line ():
You can’t perform that action at this time.
0 commit comments