Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 22 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,28 @@
Release notes
=============

### Version 5.6.0-dev
### Version 5.6.0

- feat: import vulnerability data from ScanCode.io
https://github.com/aboutcode-org/dejacode/issues/448

- feat: ability to assign and manage vulnerabilities on products
https://github.com/aboutcode-org/dejacode/issues/439

- feat: add package_content PurlDB field on Package model
https://github.com/aboutcode-org/dejacode/issues/434

- fix: exclude qualifiers and subpath for PURL comparison in get_purldb_entries
https://github.com/aboutcode-org/dejacode/issues/453

- fix: update the readthedocs.yml config to fix the build
https://github.com/aboutcode-org/dejacode/issues/447

- chore: upgrade Django and related libraries to latest version
https://github.com/aboutcode-org/dejacode/issues/451

- chore: upgrade altcha and django_altcha to latest versions
https://github.com/aboutcode-org/dejacode/issues/450

### Version 5.5.0

Expand Down
2 changes: 1 addition & 1 deletion dejacode/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

import git

VERSION = "5.6.0-dev"
VERSION = "5.6.0"

PROJECT_DIR = Path(__file__).resolve().parent
ROOT_DIR = PROJECT_DIR.parent
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "dejacode"
version = "5.6.0-dev"
version = "5.6.0"
description = "Automate open source license compliance and ensure supply chain integrity"
readme = "README.rst"
requires-python = ">=3.13,<3.14"
Expand Down