Skip to content

Commit 86159d7

Browse files
authored
chore: bump version to 5.9.0 for release (#576)
Signed-off-by: tdruez <tdruez@aboutcode.org>
1 parent 28c3c29 commit 86159d7

5 files changed

Lines changed: 25 additions & 4 deletions

File tree

CHANGELOG.rst

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,27 @@
11
Release notes
22
=============
33

4+
### Version 5.9.0
5+
6+
* feat: VCIO v3 advisories migration by @tdruez in https://github.com/aboutcode-org/dejacode/pull/534
7+
* feat: retry on 429 with Retry-After support in VulnerableCode session by @tdruez in https://github.com/aboutcode-org/dejacode/pull/550
8+
* feat: add API action to manage object level permission on Products by @tdruez in https://github.com/aboutcode-org/dejacode/pull/395
9+
* feat: [five-c] AboutCode app for alerts and notifications by @tdruez in https://github.com/aboutcode-org/dejacode/pull/551
10+
* feat: [five-c] Create rules-based engine #409 by @tdruez in https://github.com/aboutcode-org/dejacode/pull/552
11+
* feat: [five-c] Create extended policy rules set #411 by @tdruez in https://github.com/aboutcode-org/dejacode/pull/556
12+
* docs: [five-c] add usage and configuration documentation #416 by @tdruez in https://github.com/aboutcode-org/dejacode/pull/557
13+
* docs: [five-c] add tutorial and how-to documentation #418 by @tdruez in https://github.com/aboutcode-org/dejacode/pull/558
14+
* [cravex2-reachability] Implement rule tools triaging vulnerabilities by @tdruez in https://github.com/aboutcode-org/dejacode/pull/560
15+
* [cravex2-reachability] Integrate triage rules in CRAVEX API #365 by @tdruez in https://github.com/aboutcode-org/dejacode/pull/564
16+
* [cravex2-reachability] Add documentation for triage rules by @tdruez in https://github.com/aboutcode-org/dejacode/pull/565
17+
* [cravex2-reachability] Enhance the vulnerability-ranking system for trees by @tdruez in https://github.com/aboutcode-org/dejacode/pull/566
18+
* [cravex2-reachability] Consume extended reachability from symbols analysis by @tdruez in https://github.com/aboutcode-org/dejacode/pull/568
19+
* [cravex2-reachability] Process extended reachability by @tdruez in https://github.com/aboutcode-org/dejacode/pull/569
20+
* fix: run "Improve from PurlDB" asynchronously by @tdruez in https://github.com/aboutcode-org/dejacode/pull/570
21+
* feat: add fixed_by_packages data from VCIO API v3 by @tdruez in https://github.com/aboutcode-org/dejacode/pull/571
22+
* fix: revert RQ to working version by @tdruez in https://github.com/aboutcode-org/dejacode/pull/573
23+
* fix: add User-Agent value for data collection HTTP requests by @tdruez in https://github.com/aboutcode-org/dejacode/pull/574
24+
425
### Version 5.8.1
526

627
* fix: improve performances and logging for SCIO importer (#546)

RELEASE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Release instructions for `DejaCode
1+
# Release instructions for `DejaCode`
22

33
## Automated release workflow
44

dejacode/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
from contextlib import suppress
1515
from pathlib import Path
1616

17-
VERSION = "5.8.1"
17+
VERSION = "5.9.0"
1818

1919
PROJECT_DIR = Path(__file__).resolve().parent
2020
ROOT_DIR = PROJECT_DIR.parent

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "dejacode"
7-
version = "5.8.1"
7+
version = "5.9.0"
88
description = "Automate open source license compliance and ensure supply chain integrity"
99
readme = "README.rst"
1010
requires-python = ">=3.14,<3.15"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)