File tree 3 files changed +23
-2
lines changed
3 files changed +23
-2
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,27 @@ Release notes
2
2
=============
3
3
4
4
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
+
5
26
Version v35.1.0
6
27
---------------------
7
28
Original file line number Diff line number Diff line change 1
1
[metadata]
2
2
name = vulnerablecode
3
- version = 35.1 .0
3
+ version = 36.0 .0
4
4
license = Apache-2.0 AND CC-BY-SA-4.0
5
5
6
6
# description must be on ONE line https://github.com/pypa/setuptools/issues/1390
Original file line number Diff line number Diff line change 10
10
import os
11
11
import sys
12
12
13
- __version__ = "35.1 .0"
13
+ __version__ = "36.0 .0"
14
14
15
15
16
16
def command_line ():
You can’t perform that action at this time.
0 commit comments