Skip to content

Commit eb8d4bb

Browse files
committed
Bump version to v35.4.1 for release
Signed-off-by: tdruez <tdruez@aboutcode.org>
1 parent f6e7c39 commit eb8d4bb

File tree

3 files changed

+41
-3
lines changed

3 files changed

+41
-3
lines changed

CHANGELOG.rst

Lines changed: 39 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,50 @@
11
Changelog
22
=========
33

4-
v35.4.1 (unreleased)
4+
v35.4.1 (2025-10-24)
55
--------------------
66

77
- Add ability to download all output results formats as a zipfile for a given project.
88
https://github.com/aboutcode-org/scancode.io/issues/1880
99

10+
- Add support for tagging inputs in the run management command
11+
Add ability to skip the SQLite auto db in combined_run
12+
Add documentation to leverage PostgreSQL service
13+
https://github.com/aboutcode-org/scancode.io/pull/1916
14+
15+
- Refine d2d pipeline for scala and kotlin.
16+
https://github.com/aboutcode-org/scancode.io/issues/1898
17+
18+
- Add utilities to create/init FederatedCode data repo.
19+
https://github.com/aboutcode-org/scancode.io/issues/1896
20+
21+
- Add a verify-project CLI management command.
22+
https://github.com/aboutcode-org/scancode.io/issues/1903
23+
24+
- Add support for multiple inputs in the run management command.
25+
https://github.com/aboutcode-org/scancode.io/issues/1916
26+
27+
- Add the django-htmx app to the stack.
28+
https://github.com/aboutcode-org/scancode.io/issues/1917
29+
30+
- Adjust the resource tree view table rendering.
31+
https://github.com/aboutcode-org/scancode.io/issues/1840
32+
33+
- Add ".." navigation option in table to navigate to parent resource.
34+
https://github.com/aboutcode-org/scancode.io/issues/1869
35+
36+
- Add ability to download all output results formats.
37+
https://github.com/aboutcode-org/scancode.io/issues/1880
38+
39+
- Update Java D2D Pipeline to Include Checksum Mapped Sources for Accurate Java Mapping.
40+
https://github.com/aboutcode-org/scancode.io/issues/1870
41+
42+
- Auto-detect pipeline from provided input.
43+
https://github.com/aboutcode-org/scancode.io/issues/1883
44+
45+
- Migrate SCA workflows verification to new verify-project management command.
46+
https://github.com/aboutcode-org/scancode.io/issues/1902
47+
1048
v35.4.0 (2025-09-30)
1149
--------------------
1250

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 = "35.4.0"
7+
version = "35.4.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 = "35.4.0"
31+
VERSION = "35.4.1"
3232

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

0 commit comments

Comments
 (0)