----------------- * The previous release contained a bug that caused the build system to deploy the wrong commit to PyPi.
1.0.0
----------------- * Added new config options for GitLab (thanks kairichard)
0.11.0
----------------- * Pipenv is now an optional transitive dependency. If you want to update Pipfiles, install it with dparse[pipenv] * Hashin is now no longer a dependency * The bot uses the new pypi.org now * Creating issues on invalid config files is now configurable
0.10.0
------------------ * The bot now creates issues if there are any problems with the config file * Added support for setup.cfg files (thanks kxepal) * Switched to the GitLab v4 API (thanks kxepal) * Fixed a template error (thanks kxepal)
0.9.0
----------------- * Added a new update filter that allows to restrict patch/minor updates * Added a new filter extension that allows to specify a date on which the filter expires * Dropped support for Python 2.6 (if this ever worked) * Added experimental support for Pipfiles and Pipfiles.lock * The bot now correctly sets the date in monthly pull requests * Whitespaces in filter comments should no longer be significant * Fixed a minor bug that occured with private packages
0.8.1
----------------- * Fixed a packaging error where not all template files were included.