Skip to content

Commit ecf3532

Browse files
authored
Prepare for release v33.6.4 (#1372)
Signed-off-by: Tushar Goel <[email protected]>
1 parent f8d0e6b commit ecf3532

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@ Release notes
22
=============
33

44

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+
517
Version v33.6.3
618
----------------
719

vulnerablecode/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
import warnings
1313
from pathlib import Path
1414

15-
__version__ = "33.6.3"
15+
__version__ = "33.6.4"
1616

1717

1818
def command_line():

0 commit comments

Comments
 (0)