From b1f17bce31f270d320644c10d7311ed3352352bf Mon Sep 17 00:00:00 2001 From: Keshav Priyadarshi Date: Wed, 29 May 2024 00:28:05 +0530 Subject: [PATCH] Update CHANGELOG Signed-off-by: Keshav Priyadarshi --- CHANGELOG.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index c0da1d326ac..39fb7e8a3e5 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -34,6 +34,15 @@ v33.0.0 (next next, roadmap) of these in other summary plugins. See https://github.com/nexB/scancode-toolkit/issues/1745 +- We now support parsing the Swift manifest JSON dump and the ``Package.resolved`` file https://github.com/nexB/scancode-toolkit/issues/2657. +- Run the commands below on your local Swift project before running the scan. + - :: + + swift package dump-package > Package.swift.json + - :: + + swift package resolve + v32.1.0 (next, roadmap) ----------------------------