Skip to content

Commit 3ef4d15

Browse files
committed
Bumping version to 0.5.2
1 parent f7e48c0 commit 3ef4d15

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.toml

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

docs/src/quick-start.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ The latest Ubuntu LTS (currently Jammy, 22.04) and the "PostGIS" image
1111
(currently Debian 11). The PostGIS image is provided to allow inclusion
1212
in the [PgOSM Flex](https://pgosm-flex.com) project's Docker image.
1313

14-
Download and install for PgDD 0.5.1 for Postgres 16 on Ubuntu 22.04.
14+
Download and install for PgDD 0.5.2 for Postgres 16 on Ubuntu 22.04.
1515

1616
```bash
17-
wget https://github.com/rustprooflabs/pgdd/releases/download/0.5.1/pgdd_0.5.1_focal_pg16_amd64.deb
18-
sudo dpkg -i ./pgdd_0.5.1_jammy_pg16_amd64.deb
17+
wget https://github.com/rustprooflabs/pgdd/releases/download/0.5.2/pgdd_0.5.2_focal_pg16_amd64.deb
18+
sudo dpkg -i ./pgdd_0.5.2_jammy_pg16_amd64.deb
1919
```
2020

2121
Create the extension in your database.

pgdd.control

Lines changed: 1 addition & 1 deletion
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'
2+
default_version = '0.5.2'
33
module_pathname = '$libdir/pgdd'
44
relocatable = false
55
schema = dd

0 commit comments

Comments
 (0)