Skip to content

Commit cb6afe3

Browse files
committed
Tag as 0.6.0 release internally
1 parent 5e99cd0 commit cb6afe3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.6.0-dev.0"
3+
version = "0.6.0"
44
edition = "2021"
55
description = "In-database (PostgreSQL) data dictionary providing database introspection via standard SQL query syntax."
66

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/pgcentralfoundation/pgrx).'
2-
default_version = '0.6.0-dev.0'
2+
default_version = '0.6.0'
33
module_pathname = '$libdir/pgdd'
44
relocatable = false
55
schema = dd

0 commit comments

Comments
 (0)