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.1
5+
6+ * fix: improve performances and logging for SCIO importer (#546)
7+ * feat: modernize Docker Compose setup and simplify installation docs (#544)
8+
49### Version 5.8.0
510
611* feat: [five-c] Compliance dashboard export/report by @tdruez in https://github.com/aboutcode-org/dejacode/pull/522
Original file line number Diff line number Diff line change 1414from contextlib import suppress
1515from pathlib import Path
1616
17- VERSION = "5.8.0 "
17+ VERSION = "5.8.1 "
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.8.0 "
7+ version = " 5.8.1 "
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