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.
2 parents 09f158e + e7bbd89 commit 3ea72d3Copy full SHA for 3ea72d3
3 files changed
CHANGELOG.rst
@@ -1,6 +1,11 @@
1
Release notes
2
=============
3
4
+Version v38.2.0
5
+---------------------
6
+
7
+- feat: add high priority queue and run version range unfurling pipeline more frequently (https://github.com/aboutcode-org/vulnerablecode/pull/2256)
8
9
Version v38.1.0
10
---------------------
11
setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = vulnerablecode
-version = 38.1.0
+version = 38.2.0
license = Apache-2.0 AND CC-BY-SA-4.0
# description must be on ONE line https://github.com/pypa/setuptools/issues/1390
vulnerablecode/__init__.py
@@ -14,7 +14,7 @@
14
15
import git
16
17
-__version__ = "38.1.0"
+__version__ = "38.2.0"
18
19
20
PROJECT_DIR = Path(__file__).resolve().parent
0 commit comments