Skip to content

Commit ac9677b

Browse files
authored
Merge pull request #951 from nexB/release-30.1.1-prep
Prepare release 30.1.1
2 parents 6190e44 + 4d60702 commit ac9677b

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

CHANGELOG.rst

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

44

5+
Version v30.1.1
6+
----------------
7+
8+
- We added a new web UI link to explain how to obtain an API for the publicly
9+
hosted VulnerableCode
10+
11+
512
Version v30.1.0
613
----------------
714

@@ -32,7 +39,7 @@ This is a major version that is not backward compatible.
3239

3340
- We removed the ability to edit relationships from the UI. The UI is now read-only.
3441

35-
- We replace the web UI with a brand new UI based on the same overall look and feel as ScanCode.io.
42+
- We replaced the web UI with a brand new UI based on the same overall look and feel as ScanCode.io.
3643

3744
- We added support for NixOS as a Linux deployment target.
3845

@@ -62,7 +69,7 @@ This is a major version that is not backward compatible.
6269
another aliases/ endpoint to lookup for vulnerabilities by aliases. These two endpoints will be
6370
replaced by query parameters on the main vulnerabilities/ endpoint when stabilized.
6471

65-
- Added filters for vulnerabilities endpoint to get fixed packages in accordance
72+
- We added filters for vulnerabilities endpoint to get fixed packages in accordance
6673
to the details given in filters: For example, when you call the endpoint this way
6774
``/api/vulnerabilities?type=pypi&namespace=foo&name=bar``, you will receive only
6875
fixed versioned purls of the type ``pypi``, namespace ``foo`` and name ``bar``.

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 = 30.1.0
3+
version = 30.1.1
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__ = "30.1.0"
15+
__version__ = "30.1.1"
1616

1717

1818
def command_line():

0 commit comments

Comments
 (0)