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 11Changelog
22=========
33
4- v35.1.0 (unreleased )
4+ v35.1.0 (2025-07-02 )
55--------------------
66
77- Replace the ``setup.py ``/``setup.cfg `` by ``pyproject.toml `` file.
88 https://github.com/aboutcode-org/scancode.io/issues/1608
99
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+
1016- Add a ``--fail-on-vulnerabilities `` option in ``check-compliance `` management command.
1117 When this option is enabled, the command will exit with a non-zero status if known
1218 vulnerabilities are detected in discovered packages and dependencies.
@@ -23,12 +29,6 @@ v35.1.0 (unreleased)
2329 Cython source files (.pyx) to their compiled binaries.
2430 https://github.com/aboutcode-org/scancode.io/pull/1703
2531
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-
3232v35.0.0 (2025-06-23)
3333--------------------
3434
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 = " 35.0 .0"
7+ version = " 35.1 .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 = "35.0 .0"
31+ VERSION = "35.1 .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