Skip to content

Commit f8cd741

Browse files
Update CHANGELOG and bump output format version
Signed-off-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com>
1 parent 7c104db commit f8cd741

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.rst

+14
Original file line numberDiff line numberDiff 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

3852
v32.2.1 - 2024-07-02
3953
---------------------

src/scancode_config.py

+1-1
Original file line numberDiff line numberDiff 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
#
147147
spdx_license_list_version = '3.24'

0 commit comments

Comments
 (0)