File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
- v35.1.0 (unreleased )
4
+ v35.1.0 (2025-07-02 )
5
5
--------------------
6
6
7
7
- Replace the ``setup.py ``/``setup.cfg `` by ``pyproject.toml `` file.
8
8
https://github.com/aboutcode-org/scancode.io/issues/1608
9
9
10
+ - Update scancode-toolkit to v32.4.0. See CHANGELOG for updates:
11
+ https://github.com/aboutcode-org/scancode-toolkit/releases/tag/v32.4.0
12
+ Adds a new ``git_sha1 `` attribute to the ``CodebaseResource `` model as this
13
+ is now computed and returned from the ``scancode-toolkit `` ``--info `` plugin.
14
+ https://github.com/aboutcode-org/scancode.io/pull/1708
15
+
10
16
- Add a ``--fail-on-vulnerabilities `` option in ``check-compliance `` management command.
11
17
When this option is enabled, the command will exit with a non-zero status if known
12
18
vulnerabilities are detected in discovered packages and dependencies.
@@ -23,12 +29,6 @@ v35.1.0 (unreleased)
23
29
Cython source files (.pyx) to their compiled binaries.
24
30
https://github.com/aboutcode-org/scancode.io/pull/1703
25
31
26
- - Update scancode-toolkit to v32.4.0. See CHANGELOG for updates:
27
- https://github.com/aboutcode-org/scancode-toolkit/releases/tag/v32.4.0
28
- Adds a new ``git_sha1 `` attribute to the ``CodebaseResource `` model as this
29
- is now computed and returned from the ``scancode-toolkit `` ``--info `` plugin.
30
- https://github.com/aboutcode-org/scancode.io/pull/1708
31
-
32
32
v35.0.0 (2025-06-23)
33
33
--------------------
34
34
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
5
5
[project ]
6
6
name = " scancodeio"
7
- version = " 35.0 .0"
7
+ version = " 35.1 .0"
8
8
description = " Automate software composition analysis pipelines"
9
9
readme = " README.rst"
10
10
requires-python = " >=3.10,<3.14"
Original file line number Diff line number Diff line change 28
28
29
29
import git
30
30
31
- VERSION = "35.0 .0"
31
+ VERSION = "35.1 .0"
32
32
33
33
PROJECT_DIR = Path (__file__ ).resolve ().parent
34
34
ROOT_DIR = PROJECT_DIR .parent
You can’t perform that action at this time.
0 commit comments