File tree Expand file tree Collapse file tree 3 files changed +24
-3
lines changed
Expand file tree Collapse file tree 3 files changed +24
-3
lines changed Original file line number Diff line number Diff line change 11Release notes
22=============
33
4- ### Version 5.6.0-dev
4+ ### Version 5.6.0
5+
6+ - feat: import vulnerability data from ScanCode.io
7+ https://github.com/aboutcode-org/dejacode/issues/448
8+
9+ - feat: ability to assign and manage vulnerabilities on products
10+ https://github.com/aboutcode-org/dejacode/issues/439
11+
12+ - feat: add package_content PurlDB field on Package model
13+ https://github.com/aboutcode-org/dejacode/issues/434
14+
15+ - fix: exclude qualifiers and subpath for PURL comparison in get_purldb_entries
16+ https://github.com/aboutcode-org/dejacode/issues/453
17+
18+ - fix: update the readthedocs.yml config to fix the build
19+ https://github.com/aboutcode-org/dejacode/issues/447
20+
21+ - chore: upgrade Django and related libraries to latest version
22+ https://github.com/aboutcode-org/dejacode/issues/451
23+
24+ - chore: upgrade altcha and django_altcha to latest versions
25+ https://github.com/aboutcode-org/dejacode/issues/450
526
627### Version 5.5.0
728
Original file line number Diff line number Diff line change 1414
1515import git
1616
17- VERSION = "5.6.0-dev "
17+ VERSION = "5.6.0"
1818
1919PROJECT_DIR = Path (__file__ ).resolve ().parent
2020ROOT_DIR = PROJECT_DIR .parent
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " dejacode"
7- version = " 5.6.0-dev "
7+ version = " 5.6.0"
88description = " Automate open source license compliance and ensure supply chain integrity"
99readme = " README.rst"
1010requires-python = " >=3.13,<3.14"
You can’t perform that action at this time.
0 commit comments