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 3ec022a commit d21d2c1Copy full SHA for d21d2c1
CHANGELOG.rst
@@ -2,6 +2,12 @@ Release notes
2
=============
3
4
5
+Version v33.6.5
6
+-------------------
7
+
8
+- We added /var/www/html as volume in nginx Docker compose (#1373).
9
10
11
Version v33.6.4
12
-------------------
13
vulnerablecode/__init__.py
@@ -12,7 +12,7 @@
import warnings
from pathlib import Path
14
15
-__version__ = "33.6.4"
+__version__ = "33.6.5"
16
17
18
def command_line():
0 commit comments