File tree Expand file tree Collapse file tree 3 files changed +23
-2
lines changed Expand file tree Collapse file tree 3 files changed +23
-2
lines changed Original file line number Diff line number Diff 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+
526Version v35.1.0
627---------------------
728
Original file line number Diff line number Diff line change 11[metadata]
22name = vulnerablecode
3- version = 35.1 .0
3+ version = 36.0 .0
44license = Apache-2.0 AND CC-BY-SA-4.0
55
66# description must be on ONE line https://github.com/pypa/setuptools/issues/1390
Original file line number Diff line number Diff line change 1010import os
1111import sys
1212
13- __version__ = "35.1 .0"
13+ __version__ = "36.0 .0"
1414
1515
1616def command_line ():
You can’t perform that action at this time.
0 commit comments