File tree Expand file tree Collapse file tree 3 files changed +15
-3
lines changed
Expand file tree Collapse file tree 3 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 11Changelog
22=========
33
4- v36.0.0 (unreleased )
4+ v36.0.0 (2025-12-05 )
55--------------------
66
77**Breaking Change: ** PostgreSQL 17 is now required (previously 13).
@@ -10,6 +10,18 @@ Docker Compose users with existing data: run `./migrate-pg13-to-17.sh` before st
1010the stack.
1111Fresh installations require no action.
1212
13+ - Upgrade PostgreSQL from 13 to 17 in Docker compose file
14+ https://github.com/aboutcode-org/scancode.io/issues/1973
15+
16+ - Upgrade Django to latest 5.2.x version
17+ https://github.com/aboutcode-org/scancode.io/issues/1976
18+
19+ - Remove the dependency on scipy
20+ https://github.com/aboutcode-org/scancode.io/issues/1754
21+
22+ - Add "ort-package-list" to the formats list in run command
23+ https://github.com/aboutcode-org/scancode.io/issues/1982
24+
1325v35.5.0 (2025-12-01)
1426--------------------
1527
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-dev "
7+ version = " 36.0.0"
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-dev "
31+ VERSION = "36.0.0"
3232
3333PROJECT_DIR = Path (__file__ ).resolve ().parent
3434ROOT_DIR = PROJECT_DIR .parent
You can’t perform that action at this time.
0 commit comments