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

Releases: ranguli/clammy

v1.0.0

18 Jan 18:07
ea1dd2d
Compare
Choose a tag to compare

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.