gvapgsql/docs/changelog.rst
Jan Dittberner 96b2103076 Release 0.4.0
- update changelog
- bump version
2023-05-08 16:57:57 +02:00

657 B

Changelog

  • 0.4.0 <2023-05-08>
  • - switch from Pipenv to Poetry
  • 0.3.0 <2020-04-05>
  • - add Docker setup for lightweight local testing
  • - update Vagrant setup to libvirt and Debian Buster
  • - move pgsqltasks to top level to keep the task names when using Python 3
  • - use Pipenv for dependency management
  • 0.2.0 <2018-11-21>
  • - fix compatibility with Python 2.7 on Debian Stretch
  • 0.1.0 <2015-01-10>
  • - provide functionality to create and delete PostgreSQL users and databases
  • - initial project setup