File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Release 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
Original file line number Diff line number Diff line change 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:
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/ >
Original file line number Diff line number Diff line change 1414from contextlib import suppress
1515from pathlib import Path
1616
17- VERSION = "5.7.1 "
17+ VERSION = "5.8.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.7.1 "
7+ version = " 5.8.0 "
88description = " Automate open source license compliance and ensure supply chain integrity"
99readme = " README.rst"
1010requires-python = " >=3.14,<3.15"
You can’t perform that action at this time.
0 commit comments