Skip to content

Commit

Permalink
Update CHANGELOG and bump output format version
Browse files Browse the repository at this point in the history
Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
  • Loading branch information
AyanSinhaMahapatra committed Aug 7, 2024
1 parent 7c104db commit f8cd741
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,20 @@ v33.0.0 (next next, roadmap)
of these in other summary plugins.
See https://github.com/nexB/scancode-toolkit/issues/1745

Major API/other changes:

- Output Format Version updated to 4.2.0 (major version bump)
- Dependency attribute rename: ``is_resolved`` renamed to ``is_pinned``
See https://github.com/nexB/scancode-toolkit/pull/3888 for more details.

Changes in Output Data Structure:

- The data structure of the JSON output has changed for
dependencies at file level package_data, and at top-level.
Note that the change is a modification to the JSON output,
so we have a major version bump ``3.2.0`` to ``4.2.0``:

- Dependency attribute ``is_resolved`` renamed to ``is_pinned``

v32.2.1 - 2024-07-02
---------------------
Expand Down
2 changes: 1 addition & 1 deletion src/scancode_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ def _create_dir(location):

# See https://github.com/nexB/scancode-toolkit/issues/2653 for more information
# on the data format version
__output_format_version__ = '3.2.0'
__output_format_version__ = '4.2.0'

#
spdx_license_list_version = '3.24'
Expand Down

0 comments on commit f8cd741

Please sign in to comment.