Skip to content

Commit 3ac5004

Browse files
committed
chore: bump version to v5.5.0 for release
Signed-off-by: tdruez <[email protected]>
1 parent 58963ee commit 3ac5004

File tree

3 files changed

+24
-3
lines changed

3 files changed

+24
-3
lines changed

CHANGELOG.rst

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Release notes
22
=============
33

4-
### Version 5.5.0-dev
4+
### Version 5.5.0
55

66
- Add UI to refresh a package scan.
77
https://github.com/aboutcode-org/dejacode/issues/423
@@ -26,6 +26,27 @@ Release notes
2626
forms when the currently logged user is not looking at his own Dataspace.
2727
https://github.com/aboutcode-org/dejacode/issues/428
2828

29+
- Prioritize hashes and download URL for PurlDB mapping.
30+
https://github.com/aboutcode-org/dejacode/issues/430
31+
32+
- Fix a bug with the scan_status_fields on empty runs.
33+
https://github.com/aboutcode-org/dejacode/issues/433
34+
35+
- Add option to infer_download_urls on product importers.
36+
https://github.com/aboutcode-org/dejacode/issues/444
37+
38+
- Add support for PyPI purls in purl resolution.
39+
https://github.com/aboutcode-org/dejacode/pull/443
40+
41+
- Export OpenVEX VEX document.
42+
https://github.com/aboutcode-org/dejacode/issues/442
43+
44+
- Migrate from rq-scheduler to new built-in CronScheduler.
45+
https://github.com/aboutcode-org/dejacode/issues/435
46+
47+
- Update weighted_risk_score on updating the relationship.
48+
https://github.com/aboutcode-org/dejacode/issues/436
49+
2950
### Version 5.4.2
3051

3152
- Migrate the LDAP testing from using mockldap to slapdtest.

dejacode/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
import git
1616

17-
VERSION = "5.4.1"
17+
VERSION = "5.5.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.4.1"
7+
version = "5.5.0"
88
description = "Automate open source license compliance and ensure supply chain integrity"
99
readme = "README.rst"
1010
requires-python = ">=3.13,<3.14"

0 commit comments

Comments
 (0)