We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8d0e6b commit ecf3532Copy full SHA for ecf3532
CHANGELOG.rst
@@ -2,6 +2,18 @@ Release notes
2
=============
3
4
5
+Version v33.6.4
6
+-------------------
7
+
8
+- We added /var/www/html as volume in Docker compose (#1371).
9
+- We fixed table borders in Vulnerability details UI #1356 (#1358)
10
+- We fixed import runner's process_inferences (#1360)
11
+- We fixed debian OVAL importer (#1361)
12
+- We added graph model diagrams #977(#1350)
13
+- We added endpoint for purl lookup (#1359)
14
+- We fixed swagger API docs generation (#1366)
15
16
17
Version v33.6.3
18
----------------
19
vulnerablecode/__init__.py
@@ -12,7 +12,7 @@
import warnings
from pathlib import Path
-__version__ = "33.6.3"
+__version__ = "33.6.4"
def command_line():
0 commit comments