File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,20 @@ v33.0.0 (next next, roadmap)
3434 of these in other summary plugins.
3535 See https://github.com/nexB/scancode-toolkit/issues/1745
3636
37+ Major API/other changes:
38+
39+ - Output Format Version updated to 4.2.0 (major version bump)
40+ - Dependency attribute rename: ``is_resolved `` renamed to ``is_pinned ``
41+ See https://github.com/nexB/scancode-toolkit/pull/3888 for more details.
42+
43+ Changes in Output Data Structure:
44+
45+ - The data structure of the JSON output has changed for
46+ dependencies at file level package_data, and at top-level.
47+ Note that the change is a modification to the JSON output,
48+ so we have a major version bump ``3.2.0 `` to ``4.2.0 ``:
49+
50+ - Dependency attribute ``is_resolved `` renamed to ``is_pinned ``
3751
3852v32.2.1 - 2024-07-02
3953---------------------
Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ def _create_dir(location):
141141
142142# See https://github.com/nexB/scancode-toolkit/issues/2653 for more information
143143# on the data format version
144- __output_format_version__ = '3 .2.0'
144+ __output_format_version__ = '4 .2.0'
145145
146146#
147147spdx_license_list_version = '3.24'
You can’t perform that action at this time.
0 commit comments