Skip to content

v2.0.0, 2022-07-19

Compare
Choose a tag to compare
@Dineshkarthik Dineshkarthik released this 19 Jul 12:07
· 15 commits to master since this release
v2.0.0
07cd9ae

What's Changed

Migrated to Pyrogram V2 by @Dineshkarthik #277

Breaking Changes

  • The minimum Python version required is now Python 3.7 previously this was 3.6.
  • Proxy setting is moved into config.yaml, proxy.ini file is removed and doesn't work anymore.

Dependency Package Version Update

Development Only Changes

  • pre-commit is used for code linting and other code quality checks.
  • black and isort are added to pre-commit
  • separate workflows for code quality and unit-test
  • bump up version of Github actions - checkout & setup-python

Full Changelog: v1.5.1...v2.0.0