From ce62772b1899c5296acaf620ebe17aa499670522 Mon Sep 17 00:00:00 2001 From: Jono Yang Date: Thu, 27 Feb 2025 13:03:05 -0800 Subject: [PATCH 1/2] Update scan_and_fingerprint_package pipeline Signed-off-by: Jono Yang --- src/matchcode_toolkit/pipelines/scan_and_fingerprint_package.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/matchcode_toolkit/pipelines/scan_and_fingerprint_package.py b/src/matchcode_toolkit/pipelines/scan_and_fingerprint_package.py index 4292b93..97f05ef 100644 --- a/src/matchcode_toolkit/pipelines/scan_and_fingerprint_package.py +++ b/src/matchcode_toolkit/pipelines/scan_and_fingerprint_package.py @@ -21,7 +21,6 @@ # Visit https://github.com/aboutcode-org/scancode.io for support and download. from scanpipe.pipelines.scan_single_package import ScanSinglePackage -from scanpipe.pipes import matchcode from matchcode_toolkit.pipelines.fingerprint_codebase import FingerprintCodebase From 38ec0c66eed8b72015afbb64baeb3ef214b797db Mon Sep 17 00:00:00 2001 From: Jono Yang Date: Thu, 27 Feb 2025 13:06:10 -0800 Subject: [PATCH 2/2] Update CHANGELOG.rst Signed-off-by: Jono Yang --- CHANGELOG.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 877de55..16854ab 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,11 @@ Changelog ========= +v7.2.2 +------ + +*2025-02-27* -- Fix error encountered when stemming a file missing a newline character. + v7.2.1 ------