File tree Expand file tree Collapse file tree 3 files changed +21
-6
lines changed
Expand file tree Collapse file tree 3 files changed +21
-6
lines changed Original file line number Diff line number Diff line change 11Changelog
22=========
33
4- v36.0.0 (2025-12-05)
5- --------------------
6-
7- **Breaking Change: ** PostgreSQL 17 is now required (previously 13).
4+ **v36 Breaking Change: ** PostgreSQL 17 is now required (previously 13).
85
96Docker Compose users with existing data: run `./migrate-pg13-to-17.sh ` before starting
107the stack.
118Fresh installations require no action.
129
10+ v36.0.1 (2025-12-09)
11+ --------------------
12+
13+ - Add support for authors in ORT package list generation.
14+ https://github.com/aboutcode-org/scancode.io/issues/1988
15+
16+ - Add authors field to the CycloneDX output.
17+ https://github.com/aboutcode-org/scancode.io/issues/1990
18+
19+ - Store non-supported fields in the comment SPDX field.
20+ https://github.com/aboutcode-org/scancode.io/issues/1989
21+
22+ - Add support for CycloneDX spec v1.7.
23+ https://github.com/aboutcode-org/scancode.io/issues/1975
24+
25+ v36.0.0 (2025-12-05)
26+ --------------------
27+
1328- Upgrade PostgreSQL from 13 to 17 in Docker compose file
1429 https://github.com/aboutcode-org/scancode.io/issues/1973
1530
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " scancodeio"
7- version = " 36.0.0 "
7+ version = " 36.0.1 "
88description = " Automate software composition analysis pipelines"
99readme = " README.rst"
1010requires-python = " >=3.10,<3.14"
Original file line number Diff line number Diff line change 2828
2929import git
3030
31- VERSION = "36.0.0 "
31+ VERSION = "36.0.1 "
3232
3333PROJECT_DIR = Path (__file__ ).resolve ().parent
3434ROOT_DIR = PROJECT_DIR .parent
You can’t perform that action at this time.
0 commit comments