From 5aeb7a6bfb7c8be4095c358f8d305543b211fd2d Mon Sep 17 00:00:00 2001 From: tdruez Date: Mon, 31 Aug 2026 10:30:50 +0200 Subject: [PATCH] chore: bump version to 5.9.0 for release Signed-off-by: tdruez --- CHANGELOG.rst | 21 +++++++++++++++++++++ RELEASE.md | 2 +- dejacode/__init__.py | 2 +- pyproject.toml | 2 +- uv.lock | 2 +- 5 files changed, 25 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 2cacce17..65bbdfb3 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,27 @@ Release notes ============= +### Version 5.9.0 + +* feat: VCIO v3 advisories migration by @tdruez in https://github.com/aboutcode-org/dejacode/pull/534 +* feat: retry on 429 with Retry-After support in VulnerableCode session by @tdruez in https://github.com/aboutcode-org/dejacode/pull/550 +* feat: add API action to manage object level permission on Products by @tdruez in https://github.com/aboutcode-org/dejacode/pull/395 +* feat: [five-c] AboutCode app for alerts and notifications by @tdruez in https://github.com/aboutcode-org/dejacode/pull/551 +* feat: [five-c] Create rules-based engine #409 by @tdruez in https://github.com/aboutcode-org/dejacode/pull/552 +* feat: [five-c] Create extended policy rules set #411 by @tdruez in https://github.com/aboutcode-org/dejacode/pull/556 +* docs: [five-c] add usage and configuration documentation #416 by @tdruez in https://github.com/aboutcode-org/dejacode/pull/557 +* docs: [five-c] add tutorial and how-to documentation #418 by @tdruez in https://github.com/aboutcode-org/dejacode/pull/558 +* [cravex2-reachability] Implement rule tools triaging vulnerabilities by @tdruez in https://github.com/aboutcode-org/dejacode/pull/560 +* [cravex2-reachability] Integrate triage rules in CRAVEX API #365 by @tdruez in https://github.com/aboutcode-org/dejacode/pull/564 +* [cravex2-reachability] Add documentation for triage rules by @tdruez in https://github.com/aboutcode-org/dejacode/pull/565 +* [cravex2-reachability] Enhance the vulnerability-ranking system for trees by @tdruez in https://github.com/aboutcode-org/dejacode/pull/566 +* [cravex2-reachability] Consume extended reachability from symbols analysis by @tdruez in https://github.com/aboutcode-org/dejacode/pull/568 +* [cravex2-reachability] Process extended reachability by @tdruez in https://github.com/aboutcode-org/dejacode/pull/569 +* fix: run "Improve from PurlDB" asynchronously by @tdruez in https://github.com/aboutcode-org/dejacode/pull/570 +* feat: add fixed_by_packages data from VCIO API v3 by @tdruez in https://github.com/aboutcode-org/dejacode/pull/571 +* fix: revert RQ to working version by @tdruez in https://github.com/aboutcode-org/dejacode/pull/573 +* fix: add User-Agent value for data collection HTTP requests by @tdruez in https://github.com/aboutcode-org/dejacode/pull/574 + ### Version 5.8.1 * fix: improve performances and logging for SCIO importer (#546) diff --git a/RELEASE.md b/RELEASE.md index 2e6aea7d..2691843b 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,4 +1,4 @@ -# Release instructions for `DejaCode +# Release instructions for `DejaCode` ## Automated release workflow diff --git a/dejacode/__init__.py b/dejacode/__init__.py index 858f2483..60412715 100644 --- a/dejacode/__init__.py +++ b/dejacode/__init__.py @@ -14,7 +14,7 @@ from contextlib import suppress from pathlib import Path -VERSION = "5.8.1" +VERSION = "5.9.0" PROJECT_DIR = Path(__file__).resolve().parent ROOT_DIR = PROJECT_DIR.parent diff --git a/pyproject.toml b/pyproject.toml index ad4ce983..aa8fa191 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "dejacode" -version = "5.8.1" +version = "5.9.0" description = "Automate open source license compliance and ensure supply chain integrity" readme = "README.rst" requires-python = ">=3.14,<3.15" diff --git a/uv.lock b/uv.lock index 322abbf7..32a49724 100644 --- a/uv.lock +++ b/uv.lock @@ -191,7 +191,7 @@ wheels = [ [[package]] name = "dejacode" -version = "5.8.1" +version = "5.9.0" source = { editable = "." } dependencies = [ { name = "aboutcode-toolkit" },