File tree Expand file tree Collapse file tree 4 files changed +25
-4
lines changed Expand file tree Collapse file tree 4 files changed +25
-4
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,28 @@ v33.0.0 (next next, roadmap)
3838- Update Dockerfile and test container build.
3939 See https://github.com/aboutcode-org/scancode-toolkit/issues/3955
4040
41- v32.3.2 - 2024-01-20
41+
42+ v32.3.3 - 2025-03-06
43+ --------------------
44+
45+ This is a patch release with license and package detection
46+ improvements, bugfixes and with new and updated license detection rules
47+ and new licenses added.
48+
49+ - Add new and updated licenses and license rules
50+ https://github.com/aboutcode-org/scancode-toolkit/pull/4165
51+ https://github.com/aboutcode-org/scancode-toolkit/issues/3819
52+
53+ - Bump commoncode to v32.2.1 and pin bs4 to fix copyright scan issues
54+ https://github.com/aboutcode-org/scancode-toolkit/pull/4149
55+ https://github.com/aboutcode-org/scancode-toolkit/pull/4176
56+
57+ - Refactor and fix package assembly for pypi installed wheels
58+ and fix pypi manifest parsing
59+ https://github.com/aboutcode-org/scancode-toolkit/pull/4171
60+
61+
62+ v32.3.2 - 2025-01-20
4263--------------------
4364
4465This is a patch release with license and package detection
Original file line number Diff line number Diff line change 11[metadata]
22name = scancode-toolkit-mini
3- version = 32.3.2
3+ version = 32.3.3
44license = Apache-2.0 AND CC-BY-4.0 AND LicenseRef-scancode-other-permissive AND LicenseRef-scancode-other-copyleft
55
66# description must be on ONE line https://github.com/pypa/setuptools/issues/1390
Original file line number Diff line number Diff line change 11[metadata]
22name = scancode-toolkit
3- version = 32.3.2
3+ version = 32.3.3
44license = Apache-2.0 AND CC-BY-4.0 AND LicenseRef-scancode-other-permissive AND LicenseRef-scancode-other-copyleft
55
66# description must be on ONE line https://github.com/pypa/setuptools/issues/1390
Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ def _create_dir(location):
132132# 4. hardcoded This is the default, fallback version in case package is not installed or we
133133# do not have a proper version otherwise.
134134if not __version__ :
135- __version__ = '32.3.2 '
135+ __version__ = '32.3.3 '
136136
137137#######################
138138# used to warn user when the version is out of date
You can’t perform that action at this time.
0 commit comments