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 ae220d1 commit b47f382Copy full SHA for b47f382
3 files changed
CHANGELOG.rst
@@ -2,6 +2,15 @@ Release notes
2
=============
3
4
5
+Version v35.1.0
6
+---------------------
7
+
8
+- Use AboutCode mirror for collecting CISA KEV #1685
9
+- Do not report ghost package as a fix for vulnerability #1679
10
+- Add pipeline to sort packages #1686
11
+- Fix urls for API #1678
12
13
14
Version v35.0.0
15
---------------------
16
setup.cfg
@@ -1,6 +1,6 @@
1
[metadata]
name = vulnerablecode
-version = 35.0.0
+version = 35.1.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
@@ -10,7 +10,7 @@
import os
import sys
-__version__ = "35.0.0"
+__version__ = "35.1.0"
def command_line():
0 commit comments