@@ -38,10 +38,47 @@ v33.0.0 (next next, roadmap)
38
38
- Update Dockerfile and test container build.
39
39
See https://github.com/aboutcode-org/scancode-toolkit/issues/3955
40
40
41
+ v32.3.2 - 2024-01-20
42
+ --------------------
43
+
44
+ This is a patch release with license and package detection
45
+ improvements, bugfixes and with new and updated license detection rules
46
+ and new licenses added.
47
+
48
+ Bugfixes:
49
+
50
+ - Fix package resource assignment for JAVA jars in scancode.io
51
+ https://github.com/aboutcode-org/scancode-toolkit/pull/3983
52
+
53
+ - Fix missing spdx license expression in license detections
54
+ https://github.com/aboutcode-org/scancode-toolkit/issues/4015
55
+
56
+ - Enforce --path as a required parameter for scancode-license-data
57
+ console script.
58
+ https://github.com/aboutcode-org/scancode-toolkit/issues/4024
59
+
60
+ - Fix conda environment.yaml parsing errors.
61
+ https://github.com/aboutcode-org/scancode-toolkit/pull/4078
62
+
63
+ - Fix npm package parsing bug for packages with workspaces.
64
+ https://github.com/aboutcode-org/scancode.io/issues/1521
65
+
66
+ New features/licenses:
67
+
68
+ - Adds support for pnpm lock YAML v9
69
+ https://github.com/pnpm/spec/blob/master/lockfile/9.0.md
70
+
71
+ - Add licenses from SPDX License List 3.26
72
+ https://github.com/aboutcode-org/scancode-toolkit/issues/4045
73
+
74
+ - Add assembly and identification of conda package files in
75
+ root filesystem installations
76
+ https://github.com/aboutcode-org/scancode-toolkit/issues/4083
77
+
41
78
v32.3.1 - 2024-01-06
42
79
--------------------
43
80
44
- This is a minor release with license and package detection
81
+ This is a patch release with license and package detection
45
82
improvements, bugfixes and with new and updated license detection rules
46
83
and new licenses added.
47
84
0 commit comments