- Dropped support for Python 3.6 since it's end of life (#60)
- Add support for Python 3.11 (#62)
- Fix exit code when no issues found (#56)
- Added support for more Slack token formats (#51)
- Changes yaml loading to use the safe loader (#48)
- Fix
MANIFEST.in
(#52) - Fix output of unique rule names + tidy
setup.py
(#53)
- Added
--version
flag to print current version (#43) - Added support for the new GitHub authentication token format (#45)
- Fixed regression with saving results object (#40)
- Improved processing to use multiprocessing (#35)
- Return all signature matches within a file (#37)
- Fixed bug with gitignore flag and non-existent
.gitignore
file (#35)
- Fixed bug with matching refactoring + prevent bug on missing config key (#33)
- Added whitelisted string functionality (#31)
- Added dependabot configuration (#30)
- Added Python 3.9 to test matrix (#28)
- Improved config print -- now dynamic (#11)
- Added new rules from shhgit (#17)
- Dropped support for Python 3.4 and 3.5 - it was broken before, but now it's explicit
Before semantic versioning.