Skip to content

Commit

Permalink
Bump to v0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rustprooflabs committed Sep 17, 2023
1 parent 32a17eb commit bcc8b32
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pgdd"
version = "0.5.1-dev"
version = "0.5.1"
edition = "2018"
description = "In-database (PostgreSQL) data dictionary providing database introspection via standard SQL query syntax."

Expand Down
2 changes: 1 addition & 1 deletion build/docker/pgdd-debian-postgis/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Uses the PostGIS image used by PgOSM Flex. At time of writing
# it was Debian 11 (bullseye)
FROM postgis/postgis:15-3.3
FROM postgis/postgis:16-3.4

LABEL maintainer="PgDD Project - https://github.com/rustprooflabs/pgdd"

Expand Down
2 changes: 1 addition & 1 deletion pgdd.control
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
comment = 'An in-database data dictionary providing database introspection via standard SQL query syntax. Developed using pgx (https://github.com/zombodb/pgx).'
default_version = '0.5.1-dev'
default_version = '0.5.1'
module_pathname = '$libdir/pgdd'
relocatable = false
schema = dd
Expand Down

0 comments on commit bcc8b32

Please sign in to comment.