Skip to content

Commit f534bee

Browse files
committed
Prepare for release v32.0.0rc3
Signed-off-by: Tushar Goel <[email protected]>
1 parent 0c04da4 commit f534bee

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.rst

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,19 @@ Release notes
22
=============
33

44

5-
Next Release
5+
Version v32.0.0rc3
66
------------
77

8+
- Add aliases to package endpoint.
9+
- We added Apache HTTPD improver.
10+
- We removed redundant API tests.
11+
- We added fireye vulnerabilities advisories importer.
12+
- We added support for public instance of vulnerablecode in vulntotal.
813
- We re-enabled support for the Apache Kafka vulnerabilities advisories importer.
14+
- We re-enabled support for the xen vulnerabilities advisories importer.
15+
- We re-enabled support for the istio vulnerabilities advisories importer.
16+
- We re-enabled support for the Ubuntu usn vulnerabilities advisories importer.
17+
918

1019

1120
Version v32.0.0rc2

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = vulnerablecode
3-
version = 32.0.0rc2
3+
version = 32.0.0rc3
44
license = Apache-2.0 AND CC-BY-SA-4.0
55

66
# description must be on ONE line https://github.com/pypa/setuptools/issues/1390

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__ = "32.0.0rc2"
15+
__version__ = "32.0.0rc3"
1616

1717

1818
def command_line():

0 commit comments

Comments
 (0)