@@ -4,6 +4,34 @@ Changelog
44Next release
55--------------
66
7+ v33.0.0rc1 - 2026-05-14
8+ ------------------------
9+
10+ This is a major release candidate with major changes in packaging,
11+ with the licensedcode-data and licensedcode-index being published
12+ in two seperate wheels. Also adds linux/macos ARM support in
13+ release archives and pypi wheels.
14+
15+ - Remove the licensedcode data and built license indexes from the
16+ main scancode-toolkit built wheel, and release them as
17+ seperate wheels which scancode-toolkit depends on.
18+ This enables to release scancode licensedb data/index wheels
19+ seperately whenever necessary and also reduces the scancode
20+ wheel size greatly. For more details see:
21+ https://github.com/aboutcode-org/scancode-toolkit/issues/3459
22+
23+ - Add macos ARM and linux arm support in release archives and
24+ pypi wheels through ``scancode-toolkit-mini `` which uses
25+ system provided libraries instead of bundled binaries.
26+ Also use updated non pure-python dependencies supporting
27+ linux/macos arm wheels. For more details see:
28+ https://github.com/aboutcode-org/scancode-toolkit/issues/3205
29+ https://github.com/aboutcode-org/scancode-toolkit/issues/3958
30+
31+ - Add new and updates licenses, and license rules, including
32+ support for the SPDX License List 3.28
33+ https://github.com/aboutcode-org/scancode-toolkit/pull/4956
34+
735- Add support for the Python UV package manager. Two new package data
836 handlers parse ``pyproject.toml `` files containing a ``[tool.uv] `` table
937 and ``uv.lock `` lockfiles, including PEP 735 ``[dependency-groups] ``,
@@ -12,7 +40,8 @@ Next release
1240 single Python package.
1341 https://github.com/aboutcode-org/scancode-toolkit/issues/4501
1442
15- v3.5.0 - 2026-01-15
43+
44+ v32.5.0 - 2026-01-15
1645-------------------
1746
1847- Improve package scan performance by:
0 commit comments