Skip to content

Commit d84d5dc

Browse files
authored
Merge pull request #1831 from aboutcode-org/prepare-v35.2.0-release
Add ChangeLog for v36.0.0 release
2 parents 807cb81 + 03bfa64 commit d84d5dc

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-2
lines changed

CHANGELOG.rst

+21
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,27 @@ Release notes
22
=============
33

44

5+
Version v36.0.0
6+
---------------------
7+
8+
- Add indexes for models https://github.com/aboutcode-org/vulnerablecode/pull/1701
9+
- Add fixed by package in V2 API https://github.com/aboutcode-org/vulnerablecode/pull/1706
10+
- Add tests for num queries for views https://github.com/aboutcode-org/vulnerablecode/pull/1730
11+
- Add postgresql conf in docker-compose https://github.com/aboutcode-org/vulnerablecode/pull/1733
12+
- Add default postgresql.conf for local docker build https://github.com/aboutcode-org/vulnerablecode/pull/1735
13+
- Add models for CodeFix https://github.com/aboutcode-org/vulnerablecode/pull/1704
14+
- Migrate Alpine Linux importer to aboutcode pipeline https://github.com/aboutcode-org/vulnerablecode/pull/1737
15+
- VCIO-next: Allow CVSS3.1 Severities in NVD https://github.com/aboutcode-org/vulnerablecode/pull/1738
16+
- Add Pipeline to add missing CVSSV3.1 scores https://github.com/aboutcode-org/vulnerablecode/pull/1740
17+
- Add description and reference to the latest release on the homepage https://github.com/aboutcode-org/vulnerablecode/pull/1743
18+
- Use proper apk package type for Alpine https://github.com/aboutcode-org/vulnerablecode/pull/1739
19+
- Optimize vulnerabilities view https://github.com/aboutcode-org/vulnerablecode/pull/1728
20+
- Add CWE support in multiple importers https://github.com/aboutcode-org/vulnerablecode/pull/1526
21+
- Fast content ID migration https://github.com/aboutcode-org/vulnerablecode/pull/1795
22+
- Add captcha for user signup https://github.com/aboutcode-org/vulnerablecode/pull/1822
23+
- Move the package search box to the top by @keshav-space in https://github.com/aboutcode-org/vulnerablecode/pull/1832
24+
25+
526
Version v35.1.0
627
---------------------
728

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = vulnerablecode
3-
version = 35.1.0
3+
version = 36.0.0
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
import os
1111
import sys
1212

13-
__version__ = "35.1.0"
13+
__version__ = "36.0.0"
1414

1515

1616
def command_line():

0 commit comments

Comments
 (0)