1.0.0
- Add VERSION file containing version number
- Updated Docker image tags to reflect the version number
Image tags will be in the following format:<version>-psql_<PostgreSQL_version>-pgis_<PostGIS_version>
- Remove generated Docker files
These were added so Dockerhub could automatically build them, but we're going to use our own Registry starting from 1.0. - GitHub Action: Publish Docker images
- Use native tooling to check whether Postgres is up (#10)
This should also better handle certain edge cases. - Script updates
Command to output a JSON with the used datasources
Support for CREATE OR REPLACE PROCEDURE (script would crash before)
Some minor buildscript tweaks, including the HTML-documentation color scheme - Added support for PostgreSQL 13 and PostGIS 3.1.
- Also add PostgreSQL 14 support.
And PostGIS 3.2 support for the recent** PostgreSQL versions. - Some other small fixes
** Deemed recent by me.