Skip to content

Commit a9130d3

Browse files
committed
bump version for release 5.8.0
Signed-off-by: tdruez <tdruez@aboutcode.org>
1 parent 45744f6 commit a9130d3

5 files changed

Lines changed: 27 additions & 8 deletions

File tree

CHANGELOG.rst

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

4+
### Version 5.8.0
5+
6+
* feat: [five-c] Compliance dashboard export/report by @tdruez in https://github.com/aboutcode-org/dejacode/pull/522
7+
* feat: [five-c] Compliance extended report set by @tdruez in https://github.com/aboutcode-org/dejacode/pull/523
8+
* feat: [five-c] User experience (UX) enhancements by @tdruez in https://github.com/aboutcode-org/dejacode/pull/524
9+
* feat: [five-c] Compliance dashboards improved by @tdruez in https://github.com/aboutcode-org/dejacode/pull/532
10+
* feat: [five-c] Compliance dashboards extended by @tdruez in https://github.com/aboutcode-org/dejacode/pull/537
11+
* fix: REQUESTS_TIMEOUT by converting to int by @rogu-beta in https://github.com/aboutcode-org/dejacode/pull/526
12+
* feat: replace pip install by uv and lock file by @tdruez in https://github.com/aboutcode-org/dejacode/pull/529
13+
* chore: upgrade multiple dependencies by @tdruez in https://github.com/aboutcode-org/dejacode/pull/530
14+
* chore: upgrade django-registration to latest version by @tdruez in https://github.com/aboutcode-org/dejacode/pull/531
15+
* chore: upgrade dependencies by @tdruez in https://github.com/aboutcode-org/dejacode/pull/538
16+
* chore: remove the dependency on gitpython by @tdruez in https://github.com/aboutcode-org/dejacode/pull/539
17+
* feat: add create_dependencies option to all import forms by @tdruez in https://github.com/aboutcode-org/dejacode/pull/540
18+
* chore: update seed data and add instructions by @tdruez in https://github.com/aboutcode-org/dejacode/pull/541
19+
* feat: add a set_key method on AbstractAPIToken by @tdruez in https://github.com/aboutcode-org/dejacode/pull/521
20+
421
### Version 5.7.1
522

623
- feat: Product compliance tab

RELEASE.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Release instructions for `DejaCode
22

3-
### Automated release workflow
3+
## Automated release workflow
44

55
- Create a new `release-x.x.x` branch
66
- Update the version in:
@@ -11,10 +11,12 @@
1111
- Create a PR and merge once approved
1212
- Tag and push that tag. This will trigger the `create-github-release.yml`
1313
and `publish-docker-image.yml` GitHub workflows:
14-
```
14+
15+
```sh
1516
VERSION=vx.x.x # <- Set the new version here
1617
git tag -a $VERSION -m ""
1718
git push origin $VERSION
1819
```
19-
- Review the GitHub release created by the workflow at
20-
https://github.com/aboutcode-org/dejacode/releases/
20+
21+
- Review the GitHub release created by the workflow at
22+
<https://github.com/aboutcode-org/dejacode/releases/>

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.7.1"
17+
VERSION = "5.8.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.7.1"
7+
version = "5.8.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: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)