@@ -23,6 +23,23 @@ License detection:
23
23
positive or ambiguous license detections.
24
24
25
25
26
+ - The data structure of the JSON output has changed for licenses. We now
27
+ return match details once for each matched license expression rather than
28
+ once for each license in a matched expression. There is a new top-level
29
+ "license_references" attribute that contains the data details for each
30
+ detected license only once. This data can contain the reference license text
31
+ as an option.
32
+
33
+
34
+ v31.0.2 - 2022-08-24
35
+ ----------------------------------
36
+
37
+ This is a minor release with small bug fixes and minor updates.
38
+
39
+ - Fix minor bug in PyPI package assembly
40
+ - Add a few new licenses and license detection rules
41
+ - Update commoncode
42
+
26
43
27
44
v31.0.0 - 2022-08-17
28
45
-----------------------
@@ -39,13 +56,6 @@ Important API changes:
39
56
- The data structure of the JSON output has changed for copyrights, authors
40
57
and holders. We now use a proper name for attributes and not a generic "value".
41
58
42
- - The data structure of the JSON output has changed for licenses. We now
43
- return match details once for each matched license expression rather than
44
- once for each license in a matched expression. There is a new top-level
45
- "license_references" attribute that contains the data details for each
46
- detected license only once. This data can contain the reference license text
47
- as an option.
48
-
49
59
- The data structure of the JSON output has changed for packages. We now
50
60
return "package_data" package information at the manifest file-level
51
61
rather than "packages". This has all the data attributes of a "package_data"
0 commit comments