- FIX (SZZ Algorithm): Fixing SZZ algorithm to use only the
targetFileslist and calculate bug-hotspots only for them, in case thetargetFileshas been provided. This is helpful for Github Actions that want to check only the files that the commit is touching (and nothing else). Previously, it would blame the lines that the commit is touching, go to previous commits, and blame all the files of the previous commit.
Full Changelog: v1...v1.0.5