Skip to content

Commit 06bc5d5

Browse files
authored
Bump version for v36.0.1 release (#1991)
Signed-off-by: tdruez <tdruez@aboutcode.org>
1 parent fe85a08 commit 06bc5d5

File tree

3 files changed

+21
-6
lines changed

3 files changed

+21
-6
lines changed

CHANGELOG.rst

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,30 @@
11
Changelog
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

96
Docker Compose users with existing data: run `./migrate-pg13-to-17.sh` before starting
107
the stack.
118
Fresh 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

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 = "scancodeio"
7-
version = "36.0.0"
7+
version = "36.0.1"
88
description = "Automate software composition analysis pipelines"
99
readme = "README.rst"
1010
requires-python = ">=3.10,<3.14"

scancodeio/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
import git
3030

31-
VERSION = "36.0.0"
31+
VERSION = "36.0.1"
3232

3333
PROJECT_DIR = Path(__file__).resolve().parent
3434
ROOT_DIR = PROJECT_DIR.parent

0 commit comments

Comments
 (0)