Skip to content
This repository has been archived by the owner on Sep 19, 2023. It is now read-only.

v1.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 18 Jan 18:07
ea1dd2d

Features

Breaking changes

  • Two functions have been renamed:
    ClamAVDaemon.multiscan() -> ClamAVDaemon.multi_scan()
    ClamAVDaemon.contscan() -> ClamAVDaemon.cont_scan()

Misc

  • Lots of code cleanup
  • Fixed some tests
  • GitHub actions is now setup properly
  • Dependencies bumped to latest versions
  • Using nox for all thing build-related.