@@ -42,6 +42,36 @@ 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
46+ ------------------------
47+
48+ This is a minor release with a lot of license detection
49+ improvements, with new and updated license detection rules
50+ and new licenses.
51+
52+ - 33 new licenses, 30 licenses updated
53+ - 70 new and updated license rules
54+
55+ The main updates over the previous stable release are:
56+
57+ - To the license Rule class adds is_license_clue attribute
58+ and is_deprecated attribute to support license clues
59+ detection, and always maintain consistency on unique rule
60+ names. Adds fixes for other license detection bug related
61+ to license clues, bug in setup.cfg license detection and
62+ makes license detection identifiers python-safe. See
63+ https://github.com/nexB/scancode-toolkit/pull/3462
64+
65+ - Update/Add new licenses and license rules. See
66+ https://github.com/nexB/scancode-toolkit/pull/3470
67+ https://github.com/nexB/scancode-toolkit/pull/3513
68+
69+ - Bump commoncode to v31.0.3 fixing a VirtualCodebase
70+ creation issue when there is a directory under the
71+ root with the same name as the root directory itself.
72+ https://github.com/nexB/commoncode/issues/57
73+ https://github.com/nexB/scancode-toolkit/pull/3495
74+
4575
4676v32.0.6 - 2023-07-13
4777------------------------
0 commit comments