* The code has been updated to Python 3.10, including the Docker image.
1.10.2
* Drop dependency to ``mailer``: this library no longer seems to be maintained, and is not installable in recent setuptools because it still uses the ``use_2to3`` option, which no longer exists in recent setuptools.
1.10.1
* Fix error in Dockerfile: do not copy dummy `.env` file anymore, it needs to be supplied by the service running the container.
1.10.0
* Changed the ``git/lfs`` option default to ``false``. Many hosting providers (GitHub included) charge LFS bandwidth usage, so it is common to use some kind of proxy to cache LFS files. Another reason is that ``false`` is the plugin default.
1.9.1
* Fix bug where options for the ``git:`` setting were not being honored when set to ``false``.
1.9.0
* Add support for GitHub build status notification with the `notify_github` option.