Skip to content

Commit bcc8b32

Browse files
committed
Bump to v0.5.1
1 parent 32a17eb commit bcc8b32

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pgdd"
3-
version = "0.5.1-dev"
3+
version = "0.5.1"
44
edition = "2018"
55
description = "In-database (PostgreSQL) data dictionary providing database introspection via standard SQL query syntax."
66

build/docker/pgdd-debian-postgis/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Uses the PostGIS image used by PgOSM Flex. At time of writing
22
# it was Debian 11 (bullseye)
3-
FROM postgis/postgis:15-3.3
3+
FROM postgis/postgis:16-3.4
44

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

pgdd.control

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
comment = 'An in-database data dictionary providing database introspection via standard SQL query syntax. Developed using pgx (https://github.com/zombodb/pgx).'
2-
default_version = '0.5.1-dev'
2+
default_version = '0.5.1'
33
module_pathname = '$libdir/pgdd'
44
relocatable = false
55
schema = dd

0 commit comments

Comments
 (0)