File tree Expand file tree Collapse file tree 4 files changed +25
-5
lines changed Expand file tree Collapse file tree 4 files changed +25
-5
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,27 @@ v32.1.0 (next, roadmap)
4242 of these in other summary plugins.
4343 See https://github.com/nexB/scancode-toolkit/issues/1745
4444
45- v32.0.6 - 2023-07-13
45+
46+ v32.0.8 - 2023-10-11
47+ ------------------------
48+
49+ This is a minor release with license detection
50+ improvements, with new and updated license detection rules
51+ and new licenses.
52+
53+ The main updates over the previous stable release are:
54+
55+ - New and updated license rules fixing several license
56+ detection bugs. See for more details:
57+ https://github.com/nexB/scancode-toolkit/pull/3545
58+ https://github.com/nexB/scancode-toolkit/pull/3519
59+
60+ - Bugfix for an epoch parser bug with numeric values
61+ in rpm. See for more details:
62+ https://github.com/nexB/scancode-toolkit/pull/3520
63+
64+
65+ v32.0.7 - 2023-09-28
4666------------------------
4767
4868This is a minor release with a lot of license detection
Original file line number Diff line number Diff line change 11[metadata]
22name = scancode-toolkit-mini
3- version = 32.0.7
3+ version = 32.0.8
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.0.7
3+ version = 32.0.8
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,12 +132,12 @@ 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.0.7 '
135+ __version__ = '32.0.8 '
136136
137137#######################
138138# used to warn user when the version is out of date
139139# this is (year, month, day)
140- __release_date__ = datetime .datetime (2023 , 9 , 28 )
140+ __release_date__ = datetime .datetime (2023 , 10 , 11 )
141141
142142# See https://github.com/nexB/scancode-toolkit/issues/2653 for more information
143143# on the data format version
You can’t perform that action at this time.
0 commit comments