From 3cc02396a2d8a13ec76d95e8a7de07108872d1e5 Mon Sep 17 00:00:00 2001 From: Keshav Priyadarshi Date: Wed, 26 Mar 2025 20:53:02 +0530 Subject: [PATCH 1/2] Add CHANGELOG for v36.0.0 Signed-off-by: Keshav Priyadarshi --- CHANGELOG.rst | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 7f6debf44..5f32b0c82 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,27 @@ Release notes ============= +Version v36.0.0 +--------------------- + +- Add indexes for models https://github.com/aboutcode-org/vulnerablecode/pull/1701 +- Add fixed by package in V2 API https://github.com/aboutcode-org/vulnerablecode/pull/1706 +- Add tests for num queries for views https://github.com/aboutcode-org/vulnerablecode/pull/1730 +- Add postgresql conf in docker-compose https://github.com/aboutcode-org/vulnerablecode/pull/1733 +- Add default postgresql.conf for local docker build https://github.com/aboutcode-org/vulnerablecode/pull/1735 +- Add models for CodeFix https://github.com/aboutcode-org/vulnerablecode/pull/1704 +- Migrate Alpine Linux importer to aboutcode pipeline https://github.com/aboutcode-org/vulnerablecode/pull/1737 +- VCIO-next: Allow CVSS3.1 Severities in NVD https://github.com/aboutcode-org/vulnerablecode/pull/1738 +- Add Pipeline to add missing CVSSV3.1 scores https://github.com/aboutcode-org/vulnerablecode/pull/1740 +- Add description and reference to the latest release on the homepage https://github.com/aboutcode-org/vulnerablecode/pull/1743 +- Use proper apk package type for Alpine https://github.com/aboutcode-org/vulnerablecode/pull/1739 +- Optimize vulnerabilities view https://github.com/aboutcode-org/vulnerablecode/pull/1728 +- Add CWE support in multiple importers https://github.com/aboutcode-org/vulnerablecode/pull/1526 +- Fast content ID migration https://github.com/aboutcode-org/vulnerablecode/pull/1795 +- Add captcha for user signup https://github.com/aboutcode-org/vulnerablecode/pull/1822 +- Move the package search box to the top by @keshav-space in https://github.com/aboutcode-org/vulnerablecode/pull/1832 + + Version v35.1.0 --------------------- From 03bfa643ff733347255af103ca142bed03b304d2 Mon Sep 17 00:00:00 2001 From: Keshav Priyadarshi Date: Wed, 26 Mar 2025 20:53:39 +0530 Subject: [PATCH 2/2] Bump version for v36.0.0 release Signed-off-by: Keshav Priyadarshi --- setup.cfg | 2 +- vulnerablecode/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 8c6dc03c0..6daed299a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = vulnerablecode -version = 35.1.0 +version = 36.0.0 license = Apache-2.0 AND CC-BY-SA-4.0 # description must be on ONE line https://github.com/pypa/setuptools/issues/1390 diff --git a/vulnerablecode/__init__.py b/vulnerablecode/__init__.py index ee339e883..3210b8cd9 100644 --- a/vulnerablecode/__init__.py +++ b/vulnerablecode/__init__.py @@ -10,7 +10,7 @@ import os import sys -__version__ = "35.1.0" +__version__ = "36.0.0" def command_line():