- Use ssl.SSLContext in ib3.connection.SSL
- [BREAKING] Drop support for Python versions before 3.7
- Require irc>=20.0.0
- Convert to hatchling build system backend
- Replace Travis CI with GitHub Actions
- Use pre-commit for linter checks
- Use black for code formatting
- Use isort for import formatting
- Add a number of flake8 plugins including bugbear
- Automated PyPi publishing via GitHub Actions
- Require irc>16,<17 for python2 (@ssbarnea)
- Require irc>=17 for python3 (@ssbarnea)
- Fix setup.py to declare irc dependency
- Initial tagged release