Skip to content

Commit f2e8600

Browse files
authored
Merge pull request #25 from aboutcode-org/7.2.2-release
7.2.2 release
2 parents 7bd23ff + 38ec0c6 commit f2e8600

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Diff for: CHANGELOG.rst

+5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Changelog
22
=========
33

4+
v7.2.2
5+
------
6+
7+
*2025-02-27* -- Fix error encountered when stemming a file missing a newline character.
8+
49
v7.2.1
510
------
611

Diff for: src/matchcode_toolkit/pipelines/scan_and_fingerprint_package.py

-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
# Visit https://github.com/aboutcode-org/scancode.io for support and download.
2222

2323
from scanpipe.pipelines.scan_single_package import ScanSinglePackage
24-
from scanpipe.pipes import matchcode
2524

2625
from matchcode_toolkit.pipelines.fingerprint_codebase import FingerprintCodebase
2726

0 commit comments

Comments
 (0)